FailedToSendEvent

Represents an exception thrown when failed to send an event to a bus.

Parameters

event

the event that failed to send.

Constructors

Link copied to clipboard
constructor(event: ChannelEvent<*>, cause: Throwable?)

Properties

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