public class ExternalTaskWorkerRegistration
extends io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessor
| Constructor and Description |
|---|
ExternalTaskWorkerRegistration(org.camunda.bpm.client.spring.impl.client.ClientConfiguration clientConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureFor(io.camunda.zeebe.spring.client.bean.ClassInfo beanInfo) |
boolean |
isApplicableFor(io.camunda.zeebe.spring.client.bean.ClassInfo beanInfo) |
void |
start(io.camunda.zeebe.client.ZeebeClient zeebeClient) |
void |
stop(io.camunda.zeebe.client.ZeebeClient zeebeClient) |
public ExternalTaskWorkerRegistration(org.camunda.bpm.client.spring.impl.client.ClientConfiguration clientConfiguration)
public boolean isApplicableFor(io.camunda.zeebe.spring.client.bean.ClassInfo beanInfo)
isApplicableFor in class io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessorpublic void configureFor(io.camunda.zeebe.spring.client.bean.ClassInfo beanInfo)
configureFor in class io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessorpublic void start(io.camunda.zeebe.client.ZeebeClient zeebeClient)
start in class io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessorpublic void stop(io.camunda.zeebe.client.ZeebeClient zeebeClient)
stop in class io.camunda.zeebe.spring.client.annotation.processor.AbstractZeebeAnnotationProcessorCopyright © 2022 Camunda Services GmbH. All rights reserved.