public class CurrentEventsByTagPublisher extends AbstractEventsByTagPublisher
ActorPublisher.Internal$Actor.emptyBehavior$, Actor.ignoringBehavior$| Constructor and Description |
|---|
CurrentEventsByTagPublisher(java.lang.String tag,
long fromOffset,
long _toOffset,
int maxBufSize,
java.lang.String writeJournalPluginId) |
| Modifier and Type | Method and Description |
|---|---|
long |
_toOffset() |
void |
receiveIdleRequest() |
void |
receiveInitialRequest() |
void |
receiveRecoverySuccess(long highestSeqNr) |
long |
toOffset() |
buf, context, currOffset, fromOffset, idle, init, journal, maxBufSize, receive, replay, replaying, self, tag, timeForReplay, writeJournalPluginIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, cancelSelf, isActive, isCanceled, isCompleted, isErrorEmitted, onComplete, onCompleteThenStop, onError, onErrorThenStop, onNext, subscriptionTimeout, totalDemandpostRestart, postStop, preRestart, preStart, sender, supervisorStrategy, unhandleddeliverBuflogpublic CurrentEventsByTagPublisher(java.lang.String tag,
long fromOffset,
long _toOffset,
int maxBufSize,
java.lang.String writeJournalPluginId)
public long _toOffset()
public long toOffset()
toOffset in class AbstractEventsByTagPublisherpublic void receiveInitialRequest()
receiveInitialRequest in class AbstractEventsByTagPublisherpublic void receiveIdleRequest()
receiveIdleRequest in class AbstractEventsByTagPublisherpublic void receiveRecoverySuccess(long highestSeqNr)
receiveRecoverySuccess in class AbstractEventsByTagPublisher