public interface OpenListener
Endpoint
via the Endpoint.registerService(String, OpenListener, OptionMap)
method.Modifier and Type | Method and Description |
---|---|
void |
channelOpened(Channel channel)
Notification that a new channel has been opened for this service.
|
void |
registrationTerminated()
Called when this registration has been terminated.
|
void channelOpened(Channel channel)
channel
- the channel that was openedvoid registrationTerminated()
Copyright © 2021 JBoss by Red Hat. All rights reserved.