Interface DeliveryQueue
-
public interface DeliveryQueue
-
-
Field Summary
Fields Modifier and Type Field Description static longUNLIMITED_BUFFER_SIZE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()longgetRemainingMessageBufferSize()voidonSequenceAcknowledgement()voidput(ApplicationMessage message)
-
-
-
Field Detail
-
UNLIMITED_BUFFER_SIZE
static final long UNLIMITED_BUFFER_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
put
void put(ApplicationMessage message) throws RxRuntimeException
- Throws:
RxRuntimeException
-
getRemainingMessageBufferSize
long getRemainingMessageBufferSize()
-
onSequenceAcknowledgement
void onSequenceAcknowledgement()
-
close
void close()
-
-