Interface KoraJobWorker
public interface KoraJobWorker
-
Method Summary
Modifier and TypeMethodDescriptionIf empty list than ALL variables will be fetched (default behavior)CompletionStage<io.camunda.zeebe.client.api.command.FinalCommandStep<?>>handle(io.camunda.zeebe.client.api.worker.JobClient client, io.camunda.zeebe.client.api.response.ActivatedJob job) type()
-
Method Details
-
type
String type()- Returns:
JobWorker.value()
-
fetchVariables
If empty list than ALL variables will be fetched (default behavior)- Returns:
JobWorkerBuilderStep1.JobWorkerBuilderStep3.fetchVariables(List)
-
handle
CompletionStage<io.camunda.zeebe.client.api.command.FinalCommandStep<?>> handle(io.camunda.zeebe.client.api.worker.JobClient client, io.camunda.zeebe.client.api.response.ActivatedJob job) throws JobWorkerException - Throws:
JobWorkerException
-