| Package | Description |
|---|---|
| org.hawkular.bus.common | |
| org.hawkular.bus.common.consumer |
| Modifier and Type | Method and Description |
|---|---|
<T extends BasicMessage> |
MessageProcessor.sendAndListen(ProducerConnectionContext context,
BasicMessage basicMessage,
BasicMessageListener<T> responseListener)
Same as
MessageProcessor.sendAndListen(ProducerConnectionContext, BasicMessage, BasicMessageListener, Map) with
null headers. |
<T extends BasicMessage> |
MessageProcessor.sendAndListen(ProducerConnectionContext context,
BasicMessage basicMessage,
BasicMessageListener<T> responseListener,
Map<String,String> headers)
Send the given message to its destinations across the message bus and any response sent back will be passed to
the given listener.
|
| Modifier and Type | Method and Description |
|---|---|
BasicMessageListener<?> |
RPCConnectionContext.getResponseListener()
This is the listener that is assigned to process the returned response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RPCConnectionContext.setResponseListener(BasicMessageListener<?> responseListener) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.