Class ExternalTaskWorkerRegistration

java.lang.Object
io.camunda.client.spring.annotation.processor.AbstractCamundaAnnotationProcessor
org.camunda.community.migration.adapter.ExternalTaskWorkerRegistration
All Implemented Interfaces:
io.camunda.client.lifecycle.CamundaClientLifecycleAware, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ExternalTaskWorkerRegistration extends io.camunda.client.spring.annotation.processor.AbstractCamundaAnnotationProcessor
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExternalTaskWorkerRegistration(org.camunda.bpm.client.spring.impl.client.ClientConfiguration clientConfiguration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    configureFor(io.camunda.client.bean.BeanInfo beanInfo)
     
    protected boolean
    isApplicableFor(io.camunda.client.bean.BeanInfo beanInfo)
     
    void
    start(io.camunda.client.CamundaClient zeebeClient)
     
    void
    stop(io.camunda.client.CamundaClient zeebeClient)
     

    Methods inherited from class io.camunda.client.spring.annotation.processor.AbstractCamundaAnnotationProcessor

    onStart, onStop, setApplicationContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExternalTaskWorkerRegistration

      public ExternalTaskWorkerRegistration(org.camunda.bpm.client.spring.impl.client.ClientConfiguration clientConfiguration)
  • Method Details

    • isApplicableFor

      protected boolean isApplicableFor(io.camunda.client.bean.BeanInfo beanInfo)
      Specified by:
      isApplicableFor in class io.camunda.client.spring.annotation.processor.AbstractCamundaAnnotationProcessor
    • configureFor

      protected void configureFor(io.camunda.client.bean.BeanInfo beanInfo)
      Specified by:
      configureFor in class io.camunda.client.spring.annotation.processor.AbstractCamundaAnnotationProcessor
    • start

      public void start(io.camunda.client.CamundaClient zeebeClient)
      Specified by:
      start in class io.camunda.client.spring.annotation.processor.AbstractCamundaAnnotationProcessor
    • stop

      public void stop(io.camunda.client.CamundaClient zeebeClient)
      Specified by:
      stop in class io.camunda.client.spring.annotation.processor.AbstractCamundaAnnotationProcessor