RecoverableExceptionProvider

SPI interface for registering recoverable exception classifications.

Implementations are discovered via Java's ServiceLoader mechanism. Each provider can register custom exception-to-RecoverableType mappings into the shared RecoverableExceptionRegistrar.

Functions

Link copied to clipboard
abstract fun register(registrar: RecoverableExceptionRegistrar)