NodeStateChangeEvent

data class NodeStateChangeEvent(val node: ClusterNode, val oldState: NodeStates, val newState: NodeStates) : Event

Constructors

Link copied to clipboard
constructor(node: ClusterNode, oldState: NodeStates, newState: NodeStates)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard