Class OutboundConnectorAnnotationProcessor

java.lang.Object
io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class OutboundConnectorAnnotationProcessor extends io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
  • Constructor Details

  • Method Details

    • isApplicableFor

      public boolean isApplicableFor(io.camunda.zeebe.spring.client.bean.ClassInfo beanInfo)
      Specified by:
      isApplicableFor in class io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
    • configureFor

      public void configureFor(io.camunda.zeebe.spring.client.bean.ClassInfo beanInfo)
      Specified by:
      configureFor in class io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
    • start

      public void start(io.camunda.zeebe.client.ZeebeClient client)
      Specified by:
      start in class io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
    • stop

      public void stop(io.camunda.zeebe.client.ZeebeClient client)
      Specified by:
      stop in class io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor