Class AbstractZeebeAnnotationProcessor
java.lang.Object
io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
- Direct Known Subclasses:
ZeebeDeploymentAnnotationProcessor,ZeebeWorkerAnnotationProcessor
public abstract class AbstractZeebeAnnotationProcessor
extends Object
implements org.springframework.beans.factory.BeanNameAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidconfigureFor(ClassInfo beanInfo) abstract booleanisApplicableFor(ClassInfo beanInfo) voidsetBeanName(String beanName) abstract voidstart(io.camunda.zeebe.client.ZeebeClient zeebeClient) abstract voidstop(io.camunda.zeebe.client.ZeebeClient zeebeClient)
-
Constructor Details
-
AbstractZeebeAnnotationProcessor
public AbstractZeebeAnnotationProcessor()
-
-
Method Details
-
getBeanName
-
setBeanName
- Specified by:
setBeanNamein interfaceorg.springframework.beans.factory.BeanNameAware
-
isApplicableFor
-
configureFor
-
start
public abstract void start(io.camunda.zeebe.client.ZeebeClient zeebeClient) -
stop
public abstract void stop(io.camunda.zeebe.client.ZeebeClient zeebeClient)
-