StageFailureHandler

abstract class StageFailureHandler

Reference implementations for PipelineStage.onExecFailedImpl.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

No-op implementation when an error is caught.

Link copied to clipboard

Implementation which always throws the exception when one is caught.

Properties

Link copied to clipboard
protected val logger: Logger

Functions

Link copied to clipboard
abstract operator fun invoke(tr: Throwable)