org.msgpack.rpc.loop
Interface EventLoopFactory

All Known Implementing Classes:
NettyEventLoopFactory

public interface EventLoopFactory


Method Summary
 EventLoop make(java.util.concurrent.ExecutorService workerExecutor, java.util.concurrent.ExecutorService ioExecutor, java.util.concurrent.ScheduledExecutorService scheduledExecutor)
           
 

Method Detail

make

EventLoop make(java.util.concurrent.ExecutorService workerExecutor,
               java.util.concurrent.ExecutorService ioExecutor,
               java.util.concurrent.ScheduledExecutorService scheduledExecutor)


Copyright © 2010. All Rights Reserved.