Class EventLoopImpl
java.lang.Object
com.swiftmq.impl.threadpool.standard.group.EventLoopImpl
-
Constructor Summary
ConstructorDescriptionEventLoopImpl
(SwiftletContext ctx, String id, boolean bulkMode, EventProcessor eventProcessor, ThreadRunner threadPool) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
freeze()
void
void
setCloseListener
(CloseListener closeListener) void
toString()
void
unfreeze()
-
Constructor Details
-
EventLoopImpl
public EventLoopImpl(SwiftletContext ctx, String id, boolean bulkMode, EventProcessor eventProcessor, ThreadRunner threadPool)
-
-
Method Details