Interception per route
For example, for creating a timeout for a route, you could do the following:
You can get the route being handled by casting the to RoutingApplicationCall
that has a route: Route
property.
You can globally intercept the routing calls by using the events Routing.RoutingCallStarted
and :