Interface | Description |
---|---|
RequestBuilder |
Simplifying abstraction that aids in building a request to the Sysomos API in a chained fashion.
|
Class | Description |
---|---|
AbstractRequestBuilder |
Defines a common pattern for requesting data from the Sysomos API.
|
ContentRequestBuilder |
Builds requests for the Sysomos Heartbeat Content API.
|
SysomosClient |
Wrapper for the Sysomos API.
|
SysomosHeartbeatStream |
Provides a
Runnable query mechanism for grabbing documents from the Sysomos API |
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.
|
Enum | Description |
---|---|
SysomosProvider.Mode |
Copyright © 2018 The Apache Software Foundation. All rights reserved.