Uses of Interface
org.apache.ignite.spi.communication.CommunicationListener
-
Packages that use CommunicationListener Package Description org.apache.ignite.spi.communication Contains APIs for grid communication SPI.org.apache.ignite.spi.communication.tcp Contains default TCP/IP-based implementation for communication SPI. -
-
Uses of CommunicationListener in org.apache.ignite.spi.communication
Methods in org.apache.ignite.spi.communication with parameters of type CommunicationListener Modifier and Type Method Description voidCommunicationSpi. setListener(@Nullable CommunicationListener<T> lsnr)Set communication listener. -
Uses of CommunicationListener in org.apache.ignite.spi.communication.tcp
Methods in org.apache.ignite.spi.communication.tcp with parameters of type CommunicationListener Modifier and Type Method Description voidTcpCommunicationSpi. setListener(CommunicationListener<Message> lsnr)Deprecated.
-