FailOnReconfiguration

data class FailOnReconfiguration<T : Any, E : Throwable>(val event: T?, val cause: E) : ReconfigurationResult<T>

Represents a failed reconfiguration caused by the event with a cause.

Constructors

Link copied to clipboard
constructor(event: T?, cause: E)

Properties

Link copied to clipboard
val cause: E
Link copied to clipboard
val event: T?