public interface ManagementMessageHandler extends ManagementChannelInitialization.ManagementChannelShutdownHandle
Modifier and Type | Method and Description |
---|---|
void |
handleMessage(org.jboss.remoting3.Channel channel,
DataInput input,
ManagementProtocolHeader header)
Handle a message on the channel.
|
awaitCompletion, shutdown, shutdownNow
void handleMessage(org.jboss.remoting3.Channel channel, DataInput input, ManagementProtocolHeader header) throws IOException
channel
- the channelinput
- the data inputheader
- the headerIOException
Copyright © 2023 JBoss by Red Hat. All rights reserved.