Package org.rspeer.event
Interface Processor
-
- All Known Implementing Classes:
Processor.Immediate
public interface Processor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Processor.Immediate
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(Event event, Set<Subscription> subscriptions, Consumer<Throwable> handler)
-
-
-
Method Detail
-
accept
void accept(Event event, Set<Subscription> subscriptions, Consumer<Throwable> handler)
-
-