Edge Traversal
@Serializable
Represents the traversal of a single edge during a graph traversal.
Constructors
Link copied to clipboard
constructor(edgeID: String, finalState: Map<String, MultiformatMessageString>? = null, message: Message? = null, properties: PropertyBag? = null, stepOverEdgeCount: Long? = null)