| Package | Description |
|---|---|
| org.kie.server.client | |
| org.kie.server.client.impl | |
| org.kie.server.client.jms |
| Modifier and Type | Method and Description |
|---|---|
ResponseHandler |
KieServicesConfiguration.getResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
KieServicesConfiguration.setResponseHandler(ResponseHandler responseHandler) |
void |
UserTaskServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
KieServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
SolverServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
JobServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
RuleServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
QueryServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
ProcessServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
DocumentServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
UIServicesClient.setResponseHandler(ResponseHandler responseHandler)
Override default response handler to change interaction pattern.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseHandler |
KieServicesConfigurationImpl.getResponseHandler() |
ResponseHandler |
AbstractKieServicesClientImpl.getResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
KieServicesConfigurationImpl.setResponseHandler(ResponseHandler responseHandler) |
void |
AbstractKieServicesClientImpl.setResponseHandler(ResponseHandler responseHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncResponseHandler
Async response handler that receives message from response queue using message listener.
|
class |
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.
|
class |
RequestReplyResponseHandler |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.