RoutingResolveTrace
class 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
RoutingResolveTrace( Represents the trace of routing resolution process for diagnostics. |
Properties
val call: ApplicationCall instance of ApplicationCall for which this trace was created. |
|
list of Strings for each path segment supplied for the routing resolution. |
Functions
Begins processing a route at segment with segmentIndex in segments. |
|
fun buildText(): String Builds detailed text description for this trace, including all entries. |
|
fun finish( Finishes processing a route at segment with segmentIndex in segments with the given result. |
|
fun skip( Begins and finishes processing a route at segment with segmentIndex in segments with the given result. |
|
fun toString(): String |