Interface ConsumedPage
-
- All Known Implementing Classes:
PageSubscriptionImpl.PageCursorInfo
public interface ConsumedPage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidforEachAck(BiConsumer<Integer,PagePosition> ackConsumer)longgetPageId()booleanisAck(int messageNumber)booleanisDone()
-
-
-
Method Detail
-
getPageId
long getPageId()
-
isDone
boolean isDone()
-
isAck
boolean isAck(int messageNumber)
-
forEachAck
void forEachAck(BiConsumer<Integer,PagePosition> ackConsumer)
-
-