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.bpmn
Methods in io.camunda.zeebe.engine.processing.bpmn that return TypedRecordProcessor.ProcessingErrorModifier and TypeMethodDescriptionBpmnStreamProcessor.tryHandleError(TypedRecord<ProcessInstanceRecord> command, Throwable error) -
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 TypeMethodDescriptionProcessInstanceCreationCreateProcessor.tryHandleError(TypedRecord<ProcessInstanceCreationRecord> typedCommand, Throwable error) ProcessInstanceMigrationMigrateProcessor.tryHandleError(TypedRecord<ProcessInstanceMigrationRecord> command, Throwable error) ProcessInstanceModificationModifyProcessor.tryHandleError(TypedRecord<ProcessInstanceModificationRecord> typedCommand, Throwable error) -
Uses of TypedRecordProcessor.ProcessingError in io.camunda.zeebe.engine.processing.resource
Methods in io.camunda.zeebe.engine.processing.resource that return TypedRecordProcessor.ProcessingErrorModifier and TypeMethodDescriptionResourceDeletionDeleteProcessor.tryHandleError(TypedRecord<ResourceDeletionRecord> command, 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.