Interface ManagementChannelInitialization
public interface ManagementChannelInitialization
Initializes a
Channel.Receiver for receiving
messages over management channels.- Author:
- Emanuel Muckenhuber
-
Method Summary
Modifier and TypeMethodDescriptionstartReceiving(org.jboss.remoting3.Channel channel) Initialize the channel receiver and start receiving requests.
-
Method Details
-
startReceiving
Initialize the channel receiver and start receiving requests.- Parameters:
channel- an opened channel- Returns:
- a handle to the receiver that can be used to coordinate a controlled shutdown
-