ResetOutputChannels

Replaces the whole output channel store with outputChannels.

Constructors

Link copied to clipboard
constructor(outputChannels: Map<String, OutputChannel<String>>)
constructor(vararg outputChannels: Pair<String, OutputChannel<String>>)
constructor(outputChannels: Iterable<Pair<String, OutputChannel<String>>>)
constructor(outputChannels: Sequence<Pair<String, OutputChannel<String>>>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun applyTo(context: ExecutionContext): ExecutionContext

Produces the ExecutionContext resulting from applying this side effect to context.