Package io.basestar.event
Interface Pump
-
- All Known Implementing Classes:
DefaultPump
public interface Pump
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Pumpcreate(Receiver receiver, Handler<Event> handler, int minThreads, int maxThreads)voidflush()voidstart()voidstop()
-