Uses of Interface
org.apache.activemq.artemis.core.protocol.core.ResponseHandler
-
Packages that use ResponseHandler Package Description org.apache.activemq.artemis.core.protocol.core org.apache.activemq.artemis.core.protocol.core.impl -
-
Uses of ResponseHandler in org.apache.activemq.artemis.core.protocol.core
Methods in org.apache.activemq.artemis.core.protocol.core with parameters of type ResponseHandler Modifier and Type Method Description voidChannel. setResponseHandler(ResponseHandler handler) -
Uses of ResponseHandler in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type ResponseHandler Modifier and Type Method Description voidChannelImpl. setResponseHandler(ResponseHandler responseHandler)voidResponseCache. setResponseHandler(ResponseHandler responseHandler)
-