Uses of Interface
org.flowable.external.client.impl.RestInvoker
Packages that use RestInvoker
-
Uses of RestInvoker in org.flowable.external.client.impl
Classes in org.flowable.external.client.impl that implement RestInvokerFields in org.flowable.external.client.impl declared as RestInvokerModifier and TypeFieldDescriptionprotected final RestInvokerRestExternalWorkerClient.restInvokerprotected final RestInvokerRestExternalWorkerCompletionBuilder.restInvokerprotected final RestInvokerRestExternalWorkerFailureBuilder.restInvokerprotected final RestInvokerRestExternalWorkerJobAcquireBuilder.restInvokerMethods in org.flowable.external.client.impl with parameters of type RestInvokerModifier and TypeMethodDescriptionstatic ExternalWorkerClientRestExternalWorkerClient.create(String workerId, RestInvoker restInvoker) static ExternalWorkerClientRestExternalWorkerClient.create(String workerId, RestInvoker restInvoker, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Constructors in org.flowable.external.client.impl with parameters of type RestInvokerModifierConstructorDescriptionRestExternalWorkerClient(String workerId, RestInvoker restInvoker, com.fasterxml.jackson.databind.ObjectMapper objectMapper) RestExternalWorkerCompletionBuilder(AcquiredExternalWorkerJob workerJob, RestInvoker restInvoker, com.fasterxml.jackson.databind.ObjectMapper objectMapper) RestExternalWorkerFailureBuilder(AcquiredExternalWorkerJob workerJob, RestInvoker restInvoker, com.fasterxml.jackson.databind.ObjectMapper objectMapper) RestExternalWorkerJobAcquireBuilder(String workerId, RestInvoker restInvoker, com.fasterxml.jackson.databind.ObjectMapper objectMapper)