Uses of Interface
tech.illuin.pipeline.sink.execution.error.SinkErrorHandler
Packages that use SinkErrorHandler
Package
Description
-
Uses of SinkErrorHandler in tech.illuin.pipeline.builder
Methods in tech.illuin.pipeline.builder that return SinkErrorHandlerModifier and TypeMethodDescriptionPayloadPipelineBuilder.defaultSinkErrorHandler()
SimplePipelineBuilder.defaultSinkErrorHandler()
Methods in tech.illuin.pipeline.builder with parameters of type SinkErrorHandlerModifier and TypeMethodDescriptionPayloadPipelineBuilder.setDefaultSinkErrorHandler
(SinkErrorHandler defaultSinkErrorHandler) SimplePipelineBuilder.setDefaultSinkErrorHandler
(SinkErrorHandler defaultSinkErrorHandler) -
Uses of SinkErrorHandler in tech.illuin.pipeline.sink.builder
Methods in tech.illuin.pipeline.sink.builder that return SinkErrorHandlerMethods in tech.illuin.pipeline.sink.builder with parameters of type SinkErrorHandler -
Uses of SinkErrorHandler in tech.illuin.pipeline.sink.execution.error
Fields in tech.illuin.pipeline.sink.execution.error declared as SinkErrorHandlerMethods in tech.illuin.pipeline.sink.execution.error that return SinkErrorHandlerModifier and TypeMethodDescriptiondefault SinkErrorHandler
SinkErrorHandler.andThen
(SinkErrorHandler nextErrorHandler) static SinkErrorHandler
SinkErrorHandler.rethrowAllExcept
(Class<? extends Throwable>... except) static SinkErrorHandler
SinkErrorHandler.rethrowAllExcept
(Collection<Class<? extends Throwable>> except) Methods in tech.illuin.pipeline.sink.execution.error with parameters of type SinkErrorHandlerModifier and TypeMethodDescriptiondefault SinkErrorHandler
SinkErrorHandler.andThen
(SinkErrorHandler nextErrorHandler)