DispatchScope

sealed class DispatchScope

Defines the positions during event processing that can be extended.

See also

Inheritors

Types

Link copied to clipboard

This scope happens after data has been collected by any Collector implementations in the system; it is also prior to being stored on disk.

Link copied to clipboard
data class Dispatcher(val dispatcher: String) : DispatchScope

This scope happens when the Dispatch is being sent to any given Dispatcher.