Class DeploymentRedistributor
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.distribute.DeploymentRedistributor
- All Implemented Interfaces:
StreamProcessorLifecycleAware
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentRedistributor(int partitionsCount, DeploymentDistributor deploymentDistributor, DeploymentState deploymentState) -
Method Summary
Modifier and TypeMethodDescriptionvoidonRecovered(ReadonlyProcessingContext context) Callback after reprocessing was successful and before regular processing beginsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.StreamProcessorLifecycleAware
onClose, onFailed, onPaused, onResumed
-
Constructor Details
-
DeploymentRedistributor
public DeploymentRedistributor(int partitionsCount, DeploymentDistributor deploymentDistributor, DeploymentState deploymentState)
-
-
Method Details
-
onRecovered
Description copied from interface:StreamProcessorLifecycleAwareCallback after reprocessing was successful and before regular processing begins- Specified by:
onRecoveredin interfaceStreamProcessorLifecycleAware
-