Uses of Interface
org.symphonyoss.s2.fugue.pubsub.IQueueMessage
-
-
Uses of IQueueMessage in org.symphonyoss.s2.fugue.pubsub
Methods in org.symphonyoss.s2.fugue.pubsub that return types with arguments of type IQueueMessage Modifier and Type Method Description Collection<IQueueMessage>IQueueReceiver. receiveMessages(int maxMessages, int waitTimeSeconds, Set<? extends IQueueMessageDelete> ackMessages, Set<? extends IQueueMessageExtend> nakMessages)Pull messages from the queue.
-