Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.transform/DispatchScope

DispatchScope

sealed class DispatchScope

Defines the positions during event processing that can be extended.

See also

Transformer

Inheritors

AfterCollectors
Dispatcher

Types

AfterCollectors
Link copied to clipboard
object AfterCollectors : DispatchScope

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

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

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

Generated by Dokka
(c) Tealium 2026