Uses of Interface
org.apache.activemq.transport.ResponseCallback
-
Packages that use ResponseCallback Package Description org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.failover Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use.org.apache.activemq.transport.fanout Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancyorg.apache.activemq.transport.mock A mock implementation of the Transport layer useful for testingorg.apache.activemq.transport.vm In-JVM based Transport implementation. -
-
Uses of ResponseCallback in org.apache.activemq.transport
Methods in org.apache.activemq.transport with parameters of type ResponseCallback Modifier and Type Method Description FutureResponseMutexTransport. asyncRequest(Object command, ResponseCallback responseCallback)FutureResponseResponseCorrelator. asyncRequest(Object o, ResponseCallback responseCallback)FutureResponseTransport. asyncRequest(Object command, ResponseCallback responseCallback)An asynchronous request response where the Receipt will be returned in the future.FutureResponseTransportFilter. asyncRequest(Object command, ResponseCallback responseCallback)FutureResponseTransportLogger. asyncRequest(Object command, ResponseCallback responseCallback)FutureResponseTransportSupport. asyncRequest(Object command, ResponseCallback responseCallback)Constructors in org.apache.activemq.transport with parameters of type ResponseCallback Constructor Description FutureResponse(ResponseCallback responseCallback)FutureResponse(ResponseCallback responseCallback, TransportFilter transportFilter) -
Uses of ResponseCallback in org.apache.activemq.transport.failover
Methods in org.apache.activemq.transport.failover with parameters of type ResponseCallback Modifier and Type Method Description FutureResponseFailoverTransport. asyncRequest(Object command, ResponseCallback responseCallback) -
Uses of ResponseCallback in org.apache.activemq.transport.fanout
Methods in org.apache.activemq.transport.fanout with parameters of type ResponseCallback Modifier and Type Method Description FutureResponseFanoutTransport. asyncRequest(Object command, ResponseCallback responseCallback) -
Uses of ResponseCallback in org.apache.activemq.transport.mock
Methods in org.apache.activemq.transport.mock with parameters of type ResponseCallback Modifier and Type Method Description FutureResponseMockTransport. asyncRequest(Object command, ResponseCallback responseCallback) -
Uses of ResponseCallback in org.apache.activemq.transport.vm
Methods in org.apache.activemq.transport.vm with parameters of type ResponseCallback Modifier and Type Method Description FutureResponseVMTransport. asyncRequest(Object command, ResponseCallback responseCallback)
-