Uses of Enum Class
io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessor.ProcessingError
Packages that use TypedRecordProcessor.ProcessingError
Package
Description
-
Uses of TypedRecordProcessor.ProcessingError in io.camunda.zeebe.engine.processing.deployment
Methods in io.camunda.zeebe.engine.processing.deployment that return TypedRecordProcessor.ProcessingErrorModifier and TypeMethodDescriptionDeploymentCreateProcessor.tryHandleError(TypedRecord<DeploymentRecord> command, Throwable error) -
Uses of TypedRecordProcessor.ProcessingError in io.camunda.zeebe.engine.processing.processinstance
Methods in io.camunda.zeebe.engine.processing.processinstance that return TypedRecordProcessor.ProcessingErrorModifier and TypeMethodDescriptionCreateProcessInstanceProcessor.tryHandleError(TypedRecord<ProcessInstanceCreationRecord> typedCommand, Throwable error) ProcessInstanceModificationProcessor.tryHandleError(TypedRecord<ProcessInstanceModificationRecord> typedCommand, Throwable error) -
Uses of TypedRecordProcessor.ProcessingError in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return TypedRecordProcessor.ProcessingErrorModifier and TypeMethodDescriptionCommandProcessor.tryHandleError(TypedRecord<T> command, Throwable error) Try to handle an error that occurred during processing.CommandProcessorImpl.tryHandleError(TypedRecord<T> command, Throwable error) TypedRecordProcessor.tryHandleError(TypedRecord<T> command, Throwable error) Try to handle an error that occurred during processing.Returns the enum constant of this class with the specified name.static TypedRecordProcessor.ProcessingError[]TypedRecordProcessor.ProcessingError.values()Returns an array containing the constants of this enum class, in the order they are declared.