类 UserTaskWorker

  • 所有已实现的接口:
    io.camunda.zeebe.client.api.worker.JobHandler

    public class UserTaskWorker
    extends Object
    implements io.camunda.zeebe.client.api.worker.JobHandler
    • 构造器详细资料

      • UserTaskWorker

        public UserTaskWorker​(io.camunda.zeebe.client.ZeebeClient zeebeClient,
                              org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations elasticsearchOperations)
    • 方法详细资料

      • start

        public void start()
      • stop

        public void stop()
      • isRunning

        public boolean isRunning()
      • handle

        public void handle​(io.camunda.zeebe.client.api.worker.JobClient client,
                           io.camunda.zeebe.client.api.response.ActivatedJob job)
                    throws Exception
        指定者:
        handle 在接口中 io.camunda.zeebe.client.api.worker.JobHandler
        抛出:
        Exception