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 that return StepErrorHandlerMethods in tech.illuin.pipeline.step.builder with parameters of type StepErrorHandler -
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) static StepErrorHandlerStepErrorHandler.rethrowAllExcept(StepErrorHandler wrapper, Class<? extends Throwable>... except) static StepErrorHandlerStepErrorHandler.rethrowAllExcept(StepErrorHandler wrapper, Collection<Class<? extends Throwable>> except) Methods in tech.illuin.pipeline.step.execution.error with parameters of type StepErrorHandlerModifier and TypeMethodDescriptiondefault StepErrorHandlerStepErrorHandler.andThen(StepErrorHandler nextErrorHandler) static StepErrorHandlerStepErrorHandler.rethrowAllExcept(StepErrorHandler wrapper, Class<? extends Throwable>... except) static StepErrorHandlerStepErrorHandler.rethrowAllExcept(StepErrorHandler wrapper, Collection<Class<? extends Throwable>> except)