Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ReadyListener
-
Packages that use ReadyListener Package Description org.apache.activemq.artemis.spi.core.protocol org.apache.activemq.artemis.spi.core.remoting -
-
Uses of ReadyListener in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type ReadyListener Modifier and Type Method Description booleanAbstractRemotingConnection. isWritable(ReadyListener callback)booleanRemotingConnection. isWritable(ReadyListener callback) -
Uses of ReadyListener in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ReadyListener Modifier and Type Method Description booleanConnection. isWritable(ReadyListener listener)abstract booleanSessionContext. isWritable(ReadyListener callback)
-