Class AutoCompleteWrapper

  • All Implemented Interfaces:
    io.camunda.zeebe.client.api.worker.JobHandler

    public class AutoCompleteWrapper
    extends Object
    implements io.camunda.zeebe.client.api.worker.JobHandler
    • Constructor Detail

      • AutoCompleteWrapper

        public AutoCompleteWrapper​(io.camunda.zeebe.client.api.worker.JobHandler handler)
    • Method Detail

      • handle

        public void handle​(io.camunda.zeebe.client.api.worker.JobClient client,
                           io.camunda.zeebe.client.api.response.ActivatedJob job)
                    throws Exception
        Specified by:
        handle in interface io.camunda.zeebe.client.api.worker.JobHandler
        Throws:
        Exception