Route

class Route

Specifies a route node that directs data to different output paths based on defined filtering conditions.

Types

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

Properties

Link copied to clipboard

A list of group filters that define the routing conditions and criteria for directing data to different output paths.

Link copied to clipboard

The input connection for the route node.

Link copied to clipboard

The name of the route node.

Functions

Link copied to clipboard
inline fun copy(block: Route.Builder.() -> Unit = {}): Route
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