Direct

@Serializable
@SerialName(value = "direct")
data class Direct(val to: String) : RoutingSpec(source)

Route directly to the node named to.

Constructors

Link copied to clipboard
constructor(to: String)

Properties

Link copied to clipboard
val to: String