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 |
ProcessServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
QueryServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
KieServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
SolverServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
RuleServicesClient.setResponseHandler(ResponseHandler responseHandler) |
void |
UIServicesClient.setResponseHandler(ResponseHandler responseHandler)
Override default response handler to change interaction pattern.
|
void |
JobServicesClient.setResponseHandler(ResponseHandler responseHandler) |
Modifier and Type | Method and Description |
---|---|
ResponseHandler |
AbstractKieServicesClientImpl.getResponseHandler() |
ResponseHandler |
KieServicesConfigurationImpl.getResponseHandler() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractKieServicesClientImpl.setResponseHandler(ResponseHandler responseHandler) |
void |
KieServicesConfigurationImpl.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–2018 JBoss by Red Hat. All rights reserved.