Ancestor Result Identifier
class AncestorResultIdentifier constructor(signature: Signature, token: String)
Content copied to clipboard
Identifies the ancestor result for a Route. Two Routes have the same identifier if they are descendants from the same original routing result, even if they now have different signatures. This allows treating updates to a Route (for example, due to re-routing events) as the "same" route from a user-facing point of view
Constructors
Link copied to clipboard
fun AncestorResultIdentifier(signature: Signature, token: String = UUID.randomUUID().toString().uppercase(Locale.ROOT))
Content copied to clipboard