RoutingResolveTrace
Represents the trace of routing resolution process for diagnostics.
Parameters
call
instance of ApplicationCall for which this trace was created.
segments
list of Strings for each path segment supplied for the routing resolution.
Constructors
Functions
Link copied to clipboard
Add candidate for resolving.
Link copied to clipboard
fun finish(route: Route, segmentIndex: Int, result: RoutingResolveResult)
Content copied to clipboard
Finishes processing a route at segment with segmentIndex in segments with the given result.
Link copied to clipboard
Link copied to clipboard
Begins and finishes processing a route at segment with segmentIndex in segments with the given result.