static EHistoricSubscribeFeed.Builder |
EHistoricSubscribeFeed.builder(EMessageKey key,
IEHistoricSubscriber subscriber) |
Returns a new historic subscribe feed builder for the
specified notification message key and historic
subscriber.
|
EHistoricSubscribeFeed.Builder |
EHistoricSubscribeFeed.Builder.condition(ECondition condition) |
Sets subscription condition to the given value.
|
EHistoricSubscribeFeed.Builder |
EHistoricSubscribeFeed.Builder.doneCallback(HistoricFeedDoneCallback cb) |
Puts historic subscribe feed completion callback in
place.
|
EHistoricSubscribeFeed.Builder |
EHistoricSubscribeFeed.Builder.from(Instant beginTime,
EInterval.Clusivity beginClusivity) |
Sets historic subscription feed to begin in the
past.
|
EHistoricSubscribeFeed.Builder |
EHistoricSubscribeFeed.Builder.fromNow() |
Sets historic subscription feed to begin at the
current time.
|
EHistoricSubscribeFeed.Builder |
EHistoricSubscribeFeed.Builder.notifyCallback(HistoricNotifyCallback cb) |
Puts the notification message callback in place.
|
protected EHistoricSubscribeFeed.Builder |
EHistoricSubscribeFeed.Builder.self() |
Returns this Builder self reference.
|
EHistoricSubscribeFeed.Builder |
EHistoricSubscribeFeed.Builder.statusCallback(HistoricFeedStatusCallback cb) |
Puts historic subscribe feed status callback in place.
|
EHistoricSubscribeFeed.Builder |
EHistoricSubscribeFeed.Builder.to(Instant endTime,
EInterval.Clusivity endClusivity) |
Sets historic subscription feed to end either in the
past or in the future depending on whether
endTime is in the past or future.
|
EHistoricSubscribeFeed.Builder |
EHistoricSubscribeFeed.Builder.toForever() |
Sets historic live subscription feed to continue until
unsubscribed.
|
EHistoricSubscribeFeed.Builder |
EHistoricSubscribeFeed.Builder.toNow(EInterval.Clusivity endClusivity) |
Sets historic subscription feed to end at the current
time.
|