Class EventLoopImpl
java.lang.Object
com.swiftmq.impl.threadpool.standard.group.EventLoopImpl
-
Constructor Summary
ConstructorsConstructorDescriptionEventLoopImpl(SwiftletContext ctx, String id, boolean bulkMode, EventProcessor eventProcessor, ThreadRunner threadPool) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()freeze()voidvoidsetCloseListener(CloseListener closeListener) voidtoString()voidunfreeze()
-
Constructor Details
-
EventLoopImpl
public EventLoopImpl(SwiftletContext ctx, String id, boolean bulkMode, EventProcessor eventProcessor, ThreadRunner threadPool)
-
-
Method Details