ChannelEventBusLogger

Logger for ChannelEventBus. It is used to log events of ChannelEventBus.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun onClosed(key: ChannelEventKey<*>, bus: ChannelEventBus)

Called when a bus associated with key is closed.

Link copied to clipboard
abstract fun onClosedAll(keys: Set<ChannelEventKey<*>>, bus: ChannelEventBus)

Called when all buses are closed.

Link copied to clipboard
abstract fun onCreated(key: ChannelEventKey<*>, bus: ChannelEventBus)

Called when a bus associated with key is created.

Link copied to clipboard
abstract fun onSent(event: ChannelEvent<*>, bus: ChannelEventBus)

Called when an event is sent to a bus.

Link copied to clipboard

Called when a bus associated with key is collecting.

Link copied to clipboard

Called when a bus associated with key is stopped collecting.