FlowAliasConcurrencyConfiguration

Determines how multiple nodes in a flow can run in parallel. Running nodes concurrently can improve your flow's performance.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of nodes that can be executed concurrently in the flow.

Link copied to clipboard

The type of concurrency to use for parallel node execution. Specify one of the following options:

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String