ForNode

data class ForNode(val name: String)

ForNode provides information about which nodes should consume this endpoint.

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

name represents the name of the node.