Package | Description |
---|---|
org.apache.streams.sysomos.provider |
Class and Description |
---|
AbstractRequestBuilder
Defines a common pattern for requesting data from the Sysomos API.
|
RequestBuilder
Simplifying abstraction that aids in building a request to the Sysomos API in a chained fashion.
|
SysomosClient
Wrapper for the Sysomos API.
|
SysomosHeartbeatStream
Provides a
Runnable query mechanism for grabbing documents from the Sysomos API |
SysomosHeartbeatStream.QueryResult |
SysomosProvider
Streams Provider for the Sysomos Heartbeat API
Configuration:
The provider takes either a Map[String,Object] containing the mode (backfill and terminate OR continuous) and a
Map[String,String] of heartbeat IDs to document target ids or a string of the format
${heartbeatId}:${documentId},...,${heartbeatId}:${documentId}
This configuration will configure the provider to backfill to the specified document and either terminate or not
depending on the mode flag.
|
SysomosProvider.Mode |
Copyright © 2018 The Apache Software Foundation. All rights reserved.