Class ZeebeDeploymentAnnotationProcessor
java.lang.Object
io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
io.camunda.zeebe.spring.client.annotation.processor.ZeebeDeploymentAnnotationProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureFor(ClassInfo beanInfo) org.springframework.core.io.Resource[]getResources(String resources) booleanisApplicableFor(ClassInfo beanInfo) readAnnotation(ClassInfo beanInfo) voidstart(ZeebeClient client) voidstop(ZeebeClient client) Methods inherited from class io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
getBeanName, setBeanName
-
Constructor Details
-
ZeebeDeploymentAnnotationProcessor
public ZeebeDeploymentAnnotationProcessor()
-
-
Method Details
-
isApplicableFor
- Specified by:
isApplicableForin classAbstractZeebeAnnotationProcessor
-
configureFor
- Specified by:
configureForin classAbstractZeebeAnnotationProcessor
-
start
- Specified by:
startin classAbstractZeebeAnnotationProcessor
-
stop
- Specified by:
stopin classAbstractZeebeAnnotationProcessor
-
readAnnotation
-
getResources
-