Package org.symphonyoss.s2.fugue.pubsub
Interface ISubscription
-
- All Superinterfaces:
ISubscriptionAdmin
- All Known Implementing Classes:
QueueSubscription,TopicSubscription
public interface ISubscription extends ISubscriptionAdmin
A subscription.- Author:
- Bruce Skingle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.symphonyoss.s2.fugue.pipeline.IThreadSafeRetryableConsumer<String>getConsumer()-
Methods inherited from interface org.symphonyoss.s2.fugue.pubsub.ISubscriptionAdmin
getSubscriptionNames
-
-
-
-
Method Detail
-
getConsumer
org.symphonyoss.s2.fugue.pipeline.IThreadSafeRetryableConsumer<String> getConsumer()
- Returns:
- The consumer for received messages.
-
-