Class SideEffectQueue
java.lang.Object
io.camunda.zeebe.engine.processing.streamprocessor.sideeffect.SideEffectQueue
- All Implemented Interfaces:
SideEffects,SideEffectProducer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(SideEffectProducer sideEffectProducer) Chain the given side effect.voidclear()booleanflush()
-
Constructor Details
-
SideEffectQueue
public SideEffectQueue()
-
-
Method Details
-
clear
public void clear() -
flush
public boolean flush()- Specified by:
flushin interfaceSideEffectProducer
-
add
Description copied from interface:SideEffectsChain the given side effect. It will be executed/flushed at the end of the processing.- Specified by:
addin interfaceSideEffects
-