TransformationScope

Sets out the available extension points during the Dispatch lifecycle.

Inheritors

Types

Link copied to clipboard

This scope happens directly after all data collection has been completed from any Collector implementations in the system, but before the Dispatch has been queued.

Link copied to clipboard

This scope happens during the process of sending Dispatches to individual Dispatchers but this scope will be run for all Dispatchers in the system.

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

This scope happens during the process of sending Dispatches to an individual Dispatcher as identified by the dispatcher id given.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun asDataItem(): DataItem

Should return an instance of a DataItem that represents all required properties of the implementing class, such that it could be: