public static interface PeekableMessageLog.PeekablePoller<M> extends MessageLog.Poller<M>
| Modifier and Type | Method and Description |
|---|---|
PeekableMessageLog.PeekablePoller<M> |
moveToEnd() |
PeekableMessageLog.PeekablePoller<M> |
moveToStart() |
int |
peekOrPoll(PeekableMessageLog.PeekPollHandler<? super M> handler) |
entryId, moveTo, moveToNext, pollPeekableMessageLog.PeekablePoller<M> moveToStart()
moveToStart in interface MessageLog.Poller<M>PeekableMessageLog.PeekablePoller<M> moveToEnd()
moveToEnd in interface MessageLog.Poller<M>int peekOrPoll(PeekableMessageLog.PeekPollHandler<? super M> handler)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.