Interface CommunicationListenerEx<T extends Serializable>
-
- All Superinterfaces:
CommunicationListener<T>,EventListener
public interface CommunicationListenerEx<T extends Serializable> extends CommunicationListener<T>
Extended communication SPI listener to provideChannelopened events.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonChannelOpened(UUID rmtNodeId, T initMsg, Channel channel)-
Methods inherited from interface org.apache.ignite.spi.communication.CommunicationListener
onDisconnected, onMessage
-
-