Class DeploymentRedistributor
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.distribute.DeploymentRedistributor
- All Implemented Interfaces:
StreamProcessorLifecycleAware
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeploymentRedistributor(DeploymentDistributionCommandSender deploymentDistributionCommandSender, DeploymentState deploymentState) -
Method Summary
Modifier and TypeMethodDescriptionvoidCallback 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.api.StreamProcessorLifecycleAware
onClose, onFailed, onPaused, onResumed
-
Field Details
-
DEPLOYMENT_REDISTRIBUTION_INTERVAL
-
-
Constructor Details
-
DeploymentRedistributor
public DeploymentRedistributor(DeploymentDistributionCommandSender deploymentDistributionCommandSender, DeploymentState deploymentState)
-
-
Method Details
-
onRecovered
Description copied from interface:StreamProcessorLifecycleAwareCallback after reprocessing was successful and before regular processing begins- Specified by:
onRecoveredin interfaceStreamProcessorLifecycleAware
-