Interface KoraJobWorker


public interface KoraJobWorker
  • Method Summary

    Modifier and Type
    Method
    Description
    default List<String>
    If 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)
     
     
  • Method Details

    • type

      String type()
      Returns:
      JobWorker.value()
    • fetchVariables

      default List<String> 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