| EAbstractHistoricFeed |
|
| EAbstractHistoricFeed.Builder |
|
| EHistoricPublishFeed |
The historic publisher feed extends EPublishFeed's
ability to publish notification messages to subscribers with
the ability to:
persist notification messages to a IEMessageStore
implementation and
handle
historic notification requests
retrieving previously published messages from message
store.
|
| EHistoricPublishFeed.Builder |
Builder is used to instantiate
EHistoricPublishFeed instances.
|
| EHistoricSubscribeFeed |
The historic subscriber feed extends IESubscribeFeed's
ability to receive live notification messages with the ability
to seamlessly retrieve past notification messages from
historic publishers.
|
| EHistoricSubscribeFeed.Builder |
Builder is used to instantiate
EHistoricSubscribeFeed instances.
|
| EHistoricSubscribeFeed.HistoricFeedState |
Enumerates historic subscribe feed states.
|
| EHistoricSubscribeFeed.TimeLocation |
Denotes if a timestamp denotes the past, current time,
future, or future on-going.
|
| HistoricFeedDoneCallback |
|
| HistoricFeedStatusCallback |
|
| HistoricNotifyCallback |
|
| HistoricPublishStatusCallback |
|
| HistoricReply |
|
| HistoricReply.Builder |
Builder class for HistoricReply message instances.
|
| HistoricRequest |
Request for historic notification messages based on the given
date/time interval.
|
| HistoricRequest.Builder |
Builder class for HistoricRequest message
instances.
|
| IEHistoricPublisher |
Classes wanting to send eBus notifications using an
EHistoricPublishFeed need to implement this interface.
|
| IEHistoricSubscriber |
Classes wanting to receive historic notifications from an
historic subscribe feed need to
implement this interface.
|
| IEMessageStore |
This interface provides EHistoricPublishFeed the
ability to persist notification messages and to retrieve
those message for a given historic time interval.
|
| PublishStatusEvent |
Notification event used to report and persist publish feed
status updates.
|
| PublishStatusEvent.Builder |
Builder class for PublishStatusEvent message
instances.
|