RoutingResolveContext
class RoutingResolveContext(routing: Route, call: ApplicationCall, tracers: List<(RoutingResolveTrace) -> Unit>)
Content copied to clipboard
Represents a context in which routing resolution is being performed
Parameters
routing
root node for resolution to start at
call
instance of ApplicationCall to use during resolution
Constructors
Link copied to clipboard
fun RoutingResolveContext(routing: Route, call: ApplicationCall, tracers: List<(RoutingResolveTrace) -> Unit>)
Content copied to clipboard
Functions
Link copied to clipboard
Executes resolution procedure in this context and returns RoutingResolveResult