Class InboundConnectorAnnotationProcessor
java.lang.Object
io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
io.camunda.connector.runtime.inbound.lifecycle.InboundConnectorAnnotationProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
public class InboundConnectorAnnotationProcessor
extends io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionInboundConnectorAnnotationProcessor(InboundConnectorFactory inboundConnectorFactory, org.springframework.beans.factory.config.ConfigurableBeanFactory configurableBeanFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureFor(io.camunda.zeebe.spring.client.bean.ClassInfo beanInfo) booleanisApplicableFor(io.camunda.zeebe.spring.client.bean.ClassInfo beanInfo) voidstart(io.camunda.zeebe.client.ZeebeClient client) voidstop(io.camunda.zeebe.client.ZeebeClient client) Methods inherited from class io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
getBeanName, setBeanName
-
Constructor Details
-
InboundConnectorAnnotationProcessor
public InboundConnectorAnnotationProcessor(InboundConnectorFactory inboundConnectorFactory, org.springframework.beans.factory.config.ConfigurableBeanFactory configurableBeanFactory)
-
-
Method Details
-
isApplicableFor
public boolean isApplicableFor(io.camunda.zeebe.spring.client.bean.ClassInfo beanInfo) - Specified by:
isApplicableForin classio.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
-
configureFor
public void configureFor(io.camunda.zeebe.spring.client.bean.ClassInfo beanInfo) - Specified by:
configureForin classio.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
-
start
public void start(io.camunda.zeebe.client.ZeebeClient client) - Specified by:
startin classio.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
-
stop
public void stop(io.camunda.zeebe.client.ZeebeClient client) - Specified by:
stopin classio.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
-