BusIsNotEmpty

Represents an exception thrown when trying to close a bus that is not empty (all events are not consumed completely).

Constructors

Link copied to clipboard
constructor(key: ChannelEventKey<*>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val key: ChannelEventKey<*>
Link copied to clipboard
open val message: String?