ConditionCase

@Serializable
data class ConditionCase(val predicate: String, val to: String)(source)

A by-condition routing case: when the named predicate holds, route to to.

Constructors

Link copied to clipboard
constructor(predicate: String, to: String)

Properties

Link copied to clipboard
Link copied to clipboard
val to: String