Uses of Class
tigase.eventbus.component.stores.Subscription
Packages that use Subscription
Package
Description
-
Uses of Subscription in tigase.cluster
Methods in tigase.cluster that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionprotected Collection
<Subscription> SessionManagerClustered.routeUserSessionEvent
(UserSessionEvent event, Collection<Subscription> subscriptions) Method parameters in tigase.cluster with type arguments of type SubscriptionModifier and TypeMethodDescriptionprotected Collection
<Subscription> SessionManagerClustered.routeUserSessionEvent
(UserSessionEvent event, Collection<Subscription> subscriptions) -
Uses of Subscription in tigase.eventbus
Methods in tigase.eventbus that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionEventRoutingSelector.getSubscriptions
(Object event, Collection<Subscription> subscriptions) Method responsible for actual modification of delivery by adding and removing items to Subscriptions collectionMethod parameters in tigase.eventbus with type arguments of type SubscriptionModifier and TypeMethodDescriptionEventRoutingSelector.getSubscriptions
(Object event, Collection<Subscription> subscriptions) Method responsible for actual modification of delivery by adding and removing items to Subscriptions collection -
Uses of Subscription in tigase.eventbus.component
Methods in tigase.eventbus.component that return SubscriptionMethods in tigase.eventbus.component that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionprotected Collection
<Subscription> EventPublisherModule.getSubscribers
(String packageName, String eventName, Object event) Methods in tigase.eventbus.component with parameters of type SubscriptionModifier and TypeMethodDescriptionvoid
SubscribeModule.NewRemoteSubscriptionEvent.setSubscription
(Subscription subscription) Method parameters in tigase.eventbus.component with type arguments of type SubscriptionModifier and TypeMethodDescriptionvoid
EventPublisherModule.publishEvent
(String eventPackage, String name, Element event, Collection<Subscription> subscribers) Constructors in tigase.eventbus.component with parameters of type SubscriptionModifierConstructorDescriptionNewRemoteSubscriptionEvent
(EventName parsedName, Subscription subscription) -
Uses of Subscription in tigase.eventbus.component.stores
Methods in tigase.eventbus.component.stores that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionSubscriptionStore.getAllData()
SubscriptionStore.getSubscribersJIDs
(String eventPackage, String eventName) Methods in tigase.eventbus.component.stores with parameters of type SubscriptionModifier and TypeMethodDescriptionvoid
SubscriptionStore.addSubscription
(String eventPackage, String eventName, Subscription subscription) void
SubscriptionStore.remove
(Subscription jid) void
SubscriptionStore.removeSubscription
(String eventPackage, String eventName, Subscription jidInstanceNS) -
Uses of Subscription in tigase.eventbus.impl
Methods in tigase.eventbus.impl that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionReflectEventRoutingSelector.getSubscriptions
(Object event, Collection<Subscription> subscriptions) Method parameters in tigase.eventbus.impl with type arguments of type SubscriptionModifier and TypeMethodDescriptionReflectEventRoutingSelector.getSubscriptions
(Object event, Collection<Subscription> subscriptions)