|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseCallback | |
|---|---|
| org.apache.activemq.transport | The core Transport abstraction and support classes |
| org.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 redundancy |
| org.apache.activemq.transport.mock | A mock implementation of the Transport layer useful for testing |
| Uses of ResponseCallback in org.apache.activemq.transport |
|---|
| Methods in org.apache.activemq.transport with parameters of type ResponseCallback | |
|---|---|
FutureResponse |
TransportSupport.asyncRequest(Object command,
ResponseCallback responseCallback)
|
FutureResponse |
TransportFilter.asyncRequest(Object command,
ResponseCallback responseCallback)
|
FutureResponse |
Transport.asyncRequest(Object command,
ResponseCallback responseCallback)
An asynchronous request response where the Receipt will be returned in the future. |
FutureResponse |
ResponseCorrelator.asyncRequest(Object o,
ResponseCallback responseCallback)
|
FutureResponse |
MutexTransport.asyncRequest(Object command,
ResponseCallback responseCallback)
|
| Constructors in org.apache.activemq.transport with parameters of type ResponseCallback | |
|---|---|
FutureResponse(ResponseCallback responseCallback)
|
|
| Uses of ResponseCallback in org.apache.activemq.transport.failover |
|---|
| Methods in org.apache.activemq.transport.failover with parameters of type ResponseCallback | |
|---|---|
FutureResponse |
FailoverTransport.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 | |
|---|---|
FutureResponse |
FanoutTransport.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 | |
|---|---|
FutureResponse |
MockTransport.asyncRequest(Object command,
ResponseCallback responseCallback)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||