Dispatchers

data class Dispatchers(val dispatcherIds: List<String>) : BarrierScope

This BarrierScope will only affect the Dispatcher implementations with the matching Dispatcher.id values provided in the dispatcherIds list.

Parameters

dispatcherIds

The list of Dispatcher identifiers that this BarrierScope applies to. These should match the Dispatcher.id values of the Dispatchers that this scope should apply to.

Constructors

Link copied to clipboard
constructor(dispatcherId: String, vararg dispatcherIds: String)
constructor(dispatcherIds: List<String>)

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: