Uses of Interface
org.symphonyoss.s2.fugue.pubsub.ISubscription
-
-
Uses of ISubscription in org.symphonyoss.s2.fugue.pubsub
Classes in org.symphonyoss.s2.fugue.pubsub that implement ISubscription Modifier and Type Class Description classQueueSubscriptionA subscription on a Queue.classTopicSubscriptionA subscription on a Topic.Fields in org.symphonyoss.s2.fugue.pubsub with type parameters of type ISubscription Modifier and Type Field Description protected List<ISubscription<P>>AbstractSubscriberManager.Builder. subscribers_protected com.google.common.collect.ImmutableList<ISubscription<P>>AbstractSubscriberManager. subscribers_Methods in org.symphonyoss.s2.fugue.pubsub with parameters of type ISubscription Modifier and Type Method Description protected abstract voidAbstractSubscriberManager. initSubscription(ISubscription<P> subscription)TAbstractSubscriberManager.Builder. withSubscription(ISubscription<P> subscription)TISubscriberManagerBuilder. withSubscription(ISubscription<P> subscription)
-