JoinStationSpec

@Serializable
data class JoinStationSpec(val name: String, val routing: RoutingSpec? = null)(source)

The receive side of a fork-join pair. Its parent input is reached as "name#0" and its child input as "name#1" (the join's default receive is the parent input, so the bare "name" target works for parents too).

Constructors

Link copied to clipboard
constructor(name: String, routing: RoutingSpec? = null)

Properties

Link copied to clipboard
Link copied to clipboard