Uses of Class
org.rspeer.event.Subscription
-
Packages that use Subscription Package Description org.rspeer.event -
-
Uses of Subscription in org.rspeer.event
Methods in org.rspeer.event that return types with arguments of type Subscription Modifier and Type Method Description Set<Subscription>
EventDispatcher. getSubscriptions()
Set<Subscription>
Registry. getSubscriptions()
Set<Subscription>
Registry.Reflective. getSubscriptions()
Method parameters in org.rspeer.event with type arguments of type Subscription Modifier and Type Method Description void
Processor. accept(Event event, Set<Subscription> subscriptions, Consumer<Throwable> handler)
void
Processor.Immediate. accept(Event event, Set<Subscription> subscriptions, Consumer<Throwable> handler)
-