com.liferay.portal.fabric.netty.server
Class NettyFabricServer
java.lang.Object
com.liferay.portal.fabric.netty.server.NettyFabricServer
- All Implemented Interfaces:
- FabricServer
public class NettyFabricServer
- extends Object
- implements FabricServer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyFabricServer
public NettyFabricServer(FabricAgentRegistry fabricAgentRegistry,
NettyFabricServerConfig nettyFabricServerConfig)
start
public void start()
throws Exception
- Specified by:
start in interface FabricServer
- Throws:
Exception
stop
public Future<?> stop()
throws InterruptedException
- Specified by:
stop in interface FabricServer
- Throws:
InterruptedException
createEventExecutorGroup
protected io.netty.util.concurrent.EventExecutorGroup createEventExecutorGroup(int threadCount,
String threadPoolName)