Interface PendingSubscriberMessageStoragePolicy
-
- All Known Implementing Classes:
FilePendingSubscriberMessageStoragePolicy,VMPendingSubscriberMessageStoragePolicy
public interface PendingSubscriberMessageStoragePolicyAbstraction to allow different policies for holding messages awaiting dispatch to active clients
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PendingMessageCursorgetSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)Retrieve the configured pending message storage cursor;
-
-
-
Method Detail
-
getSubscriberPendingMessageCursor
PendingMessageCursor getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)
Retrieve the configured pending message storage cursor;- Parameters:
broker-name-maxBatchSize-- Returns:
- the Pending Message cursor
-
-