kurt_steiner
01/20/2025, 3:26 PMApplicationCallPipeline working, any flow chart about it ??Aleksei Tirman [JB]
01/21/2025, 8:10 AMkurt_steiner
01/21/2025, 1:10 PMApplicationCallPipeline 😉Aleksei Tirman [JB]
01/22/2025, 8:03 AMApplication and RoutingNode classes that implement the ApplicationCallPipeline.
ApplicationCallPipeline
Setup -> Monitoring -> Plugins -> Call -> Fallback
Various plugins, including the Routing, intercept the Plugins phase.
The following figure shows where the routing handlers are executed:
ApplicationCallPipeline (application):
Setup -> Monitoring -> Plugins -> Call -> Fallback
↓
ApplicationCallPipeline (route)
Setup -> Monitoring -> Plugins -> Call -> Fallback
↓
This is where the route handlers are executedkurt_steiner
01/22/2025, 8:04 AM