Uses of Class
org.camunda.bpm.client.impl.RequestExecutor
-
Packages that use RequestExecutor Package Description org.camunda.bpm.client.impl -
-
Uses of RequestExecutor in org.camunda.bpm.client.impl
Fields in org.camunda.bpm.client.impl declared as RequestExecutor Modifier and Type Field Description protected RequestExecutor
EngineClient. engineInteraction
Constructors in org.camunda.bpm.client.impl with parameters of type RequestExecutor Constructor Description EngineClient(String workerId, int maxTasks, Long asyncResponseTimeout, String baseUrl, RequestExecutor engineInteraction)
EngineClient(String workerId, int maxTasks, Long asyncResponseTimeout, String baseUrl, RequestExecutor engineInteraction, boolean usePriority)
-