com.liferay.portal.fabric.netty.handlers
Class NettyFabricAgentRegistrationChannelHandler.OnRegistration
java.lang.Object
com.liferay.portal.fabric.netty.handlers.NettyFabricAgentRegistrationChannelHandler.OnRegistration
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- NettyFabricAgentRegistrationChannelHandler
protected class NettyFabricAgentRegistrationChannelHandler.OnRegistration
- extends Object
- implements Runnable
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyFabricAgentRegistrationChannelHandler.OnRegistration
public NettyFabricAgentRegistrationChannelHandler.OnRegistration(io.netty.channel.Channel channel,
NettyFabricAgentStub nettyFabricAgentStub,
Repository<io.netty.channel.Channel> repository)
run
public void run()
- Specified by:
run in interface Runnable