Interface | Description |
---|---|
InMemoryBroker.Subscriber |
Subscriber interface to be implemented to subscribe to in-memory broker.
|
Class | Description |
---|---|
BackoffRetryCounter |
Backoff Retry Counter to count when to retry next during reconnection
|
DynamicOptions |
Holder class to represent supported dynamic options in sources and sinks.
|
InMemoryBroker |
In-memory broker to support in-memory transport.
|
MultiClientDistributedSink |
This is the distributed transport to publish to multiple endpoints using client/publisher for each endpoint.
|
Option |
Holder class for general transport options.
|
OptionHolder |
Holder object to contain
Option |
SingleClientDistributedSink |
This class implements a the distributed sink that could publish to multiple destination using a single
client/publisher.
|
TemplateBuilder |
Template builder used by
SinkMapper to generate custom payload. |
Exception | Description |
---|---|
SubscriberUnAvailableException |
Exception class to be used when a Subscriber is not available for the given topic in In-memory Broker.
|
Copyright © 2021. All rights reserved.