Remove initTransactionalState, renamed init and shutdown
This commit is contained in:
parent
c7b555f81e
commit
ceff8bd9e8
35 changed files with 83 additions and 83 deletions
|
|
@ -398,7 +398,7 @@ class RemoteServerHandler(
|
|||
applicationLoader.foreach(MessageSerializer.setClassLoader(_))
|
||||
|
||||
/**
|
||||
* ChannelOpen overridden to store open channels for a clean shutdown of a RemoteServer.
|
||||
* ChannelOpen overridden to store open channels for a clean postStop of a RemoteServer.
|
||||
* If a channel is closed before, it is automatically removed from the open channels group.
|
||||
*/
|
||||
override def channelOpen(ctx: ChannelHandlerContext, event: ChannelStateEvent) = openChannels.add(ctx.getChannel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue