public interface ManagementChannelInitialization
Channel.Receiver
for management channels.Modifier and Type | Interface and Description |
---|---|
static interface |
ManagementChannelInitialization.ManagementChannelShutdownHandle |
Modifier and Type | Method and Description |
---|---|
ManagementChannelInitialization.ManagementChannelShutdownHandle |
startReceiving(org.jboss.remoting3.Channel channel)
Initialize the management channel and start receiving request.
|
ManagementChannelInitialization.ManagementChannelShutdownHandle startReceiving(org.jboss.remoting3.Channel channel)
ManagementChannelShutdownHandle
which can be used to coordinate a controlled shutdown
of management channels allowing active operations to complete before shutting down.channel
- opened channelCopyright © 2023 JBoss by Red Hat. All rights reserved.