orbit-shared / orbit.shared.router / Route

Route

data class Route

Types

PopResult

data class PopResult

Constructors

<init>

Route(path: List<NodeId> = emptyList())

Properties

destinationNode

val destinationNode: NodeId

nextNode

val nextNode: NodeId

path

val path: List<NodeId>

Functions

pop

fun pop(): PopResult

push

fun push(nodeId: NodeId): Route