Package-level declarations

Types

Link copied to clipboard

Default implementation of SparkExceptionHandler that will rethrow the throwable from spark.

Link copied to clipboard
Link copied to clipboard
fun interface SparkExceptionHandler

Implementations of this interface provide a centralized mechanism for dealing with errors and exceptions that may arise when using a Spark component in an unexpected way. This allows for custom error handling logic, such as log reporting for production or crash in development.