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
Always created by
AnnotationProcessorConfiguration
Loop throgh @Deployment annotations to deploy resources to Zeebe once the io.camunda.zeebe.spring.client.lifecycle.ZeebeClientLifecycle was initialized.
-
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(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
-
ZeebeDeploymentAnnotationProcessor
public ZeebeDeploymentAnnotationProcessor()
-
-
Method Details
-
isApplicableFor
- Specified by:
isApplicableForin classAbstractZeebeAnnotationProcessor
-
configureFor
- Specified by:
configureForin classAbstractZeebeAnnotationProcessor
-
readAnnotation
-
start
public void start(io.camunda.zeebe.client.ZeebeClient client) - Specified by:
startin classAbstractZeebeAnnotationProcessor
-
stop
public void stop(io.camunda.zeebe.client.ZeebeClient client) - Specified by:
stopin classAbstractZeebeAnnotationProcessor
-
getResources
-