Interface | Description |
---|---|
ResponseCallback |
Receives callbacks upon received response from the server.
|
ResponseHandler |
Used to define how JMS response should be handled
|
Class | Description |
---|---|
AsyncResponseHandler |
Async response handler that receives message from response queue using message listener.
|
BlockingResponseCallback |
Simple blocking response callback backed by blocking queue that will allow sequential access to
responses and block
client if there is no message yet
server if the queue is full
.
|
FireAndForgetResponseHandler |
Fire and forget response handler meaning it does not wait for any response as it actually
instructs the server to not even send any response via interaction pattern constant.
|
RequestReplyResponseHandler |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.