Uses of Interface
io.basestar.event.Receiver
-
-
Uses of Receiver in io.basestar.event
Classes in io.basestar.event that implement Receiver Modifier and Type Class Description classLoopbackMethods in io.basestar.event with parameters of type Receiver Modifier and Type Method Description static PumpPump. create(Receiver receiver, Handler<Event> handler, int minThreads, int maxThreads)Constructors in io.basestar.event with parameters of type Receiver Constructor Description DefaultPump(Receiver receiver, Handler<Event> handler, int minThreads, int maxThreads)
-