Uses of Class
org.symphonyoss.s2.fugue.pubsub.SubscriptionImpl
-
-
Uses of SubscriptionImpl in org.symphonyoss.s2.fugue.pubsub
Fields in org.symphonyoss.s2.fugue.pubsub with type parameters of type SubscriptionImpl Modifier and Type Field Description protected com.google.common.collect.ImmutableList<SubscriptionImpl<P>>AbstractSubscriberBase. subscribers_Methods in org.symphonyoss.s2.fugue.pubsub that return types with arguments of type SubscriptionImpl Modifier and Type Method Description protected List<SubscriptionImpl<P>>AbstractSubscriberBase. getSubscribers()Methods in org.symphonyoss.s2.fugue.pubsub with parameters of type SubscriptionImpl Modifier and Type Method Description protected abstract voidAbstractSubscriberManager. initSubscription(SubscriptionImpl<P> subscription)
-