Uses of Interface
tech.illuin.pipeline.step.execution.error.StepErrorHandler
Packages that use StepErrorHandler
Package
Description
-
Uses of StepErrorHandler in tech.illuin.pipeline.builder
Methods in tech.illuin.pipeline.builder that return StepErrorHandlerModifier and TypeMethodDescriptionPayloadPipelineBuilder.defaultStepErrorHandler()SimplePipelineBuilder.defaultStepErrorHandler()Methods in tech.illuin.pipeline.builder with parameters of type StepErrorHandlerModifier and TypeMethodDescriptionPayloadPipelineBuilder.setDefaultStepErrorHandler(StepErrorHandler defaultStepErrorHandler) SimplePipelineBuilder.setDefaultStepErrorHandler(StepErrorHandler defaultStepErrorHandler) -
Uses of StepErrorHandler in tech.illuin.pipeline.step.builder
Methods in tech.illuin.pipeline.step.builder with parameters of type StepErrorHandlerModifier and TypeMethodDescriptionStepBuilder<T,I, P> StepBuilder.withErrorHandler(StepErrorHandler errorHandler) -
Uses of StepErrorHandler in tech.illuin.pipeline.step.execution.error
Fields in tech.illuin.pipeline.step.execution.error declared as StepErrorHandlerMethods in tech.illuin.pipeline.step.execution.error that return StepErrorHandlerModifier and TypeMethodDescriptiondefault StepErrorHandlerStepErrorHandler.andThen(StepErrorHandler nextErrorHandler) Methods in tech.illuin.pipeline.step.execution.error with parameters of type StepErrorHandlerModifier and TypeMethodDescriptiondefault StepErrorHandlerStepErrorHandler.andThen(StepErrorHandler nextErrorHandler)