Class ZeebeExecutionListenersBuilderImpl<B extends AbstractBaseElementBuilder<?,?>>
java.lang.Object
io.camunda.zeebe.model.bpmn.builder.ZeebeExecutionListenersBuilderImpl<B>
- All Implemented Interfaces:
ZeebeExecutionListenersBuilder<B>
public class ZeebeExecutionListenersBuilderImpl<B extends AbstractBaseElementBuilder<?,?>>
extends Object
implements ZeebeExecutionListenersBuilder<B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionzeebeEndExecutionListener(String type, String retries) zeebeExecutionListener(Consumer<ExecutionListenerBuilder> executionListenerBuilderConsumer) zeebeStartExecutionListener(String type, String retries)
-
Constructor Details
-
ZeebeExecutionListenersBuilderImpl
-
-
Method Details
-
zeebeStartExecutionListener
- Specified by:
zeebeStartExecutionListenerin interfaceZeebeExecutionListenersBuilder<B extends AbstractBaseElementBuilder<?,?>>
-
zeebeStartExecutionListener
- Specified by:
zeebeStartExecutionListenerin interfaceZeebeExecutionListenersBuilder<B extends AbstractBaseElementBuilder<?,?>>
-
zeebeEndExecutionListener
- Specified by:
zeebeEndExecutionListenerin interfaceZeebeExecutionListenersBuilder<B extends AbstractBaseElementBuilder<?,?>>
-
zeebeEndExecutionListener
- Specified by:
zeebeEndExecutionListenerin interfaceZeebeExecutionListenersBuilder<B extends AbstractBaseElementBuilder<?,?>>
-
zeebeExecutionListener
public B zeebeExecutionListener(Consumer<ExecutionListenerBuilder> executionListenerBuilderConsumer) - Specified by:
zeebeExecutionListenerin interfaceZeebeExecutionListenersBuilder<B extends AbstractBaseElementBuilder<?,?>>
-