TypeBranch

@Serializable
data class TypeBranch(val type: Int, val to: String)(source)

A by-type routing branch: instances of type go to to.

Constructors

Link copied to clipboard
constructor(type: Int, to: String)

Properties

Link copied to clipboard
val to: String
Link copied to clipboard
val type: Int