Uses of Class
org.chenile.owiz.impl.Router
Package
Description
Orchestration Wizard routing that leverages OGNL as a scripting library.
Chenile proxy interceptors.
Multi tenancy support.
-
Uses of Router in org.chenile.owiz.impl.ognl
Modifier and TypeClassDescriptionclass
EvaluateRouter<InputType>
This is a specific subclass ofRouter
that uses OGNL to evaluate a boolean expression on the context.class
OgnlRouter<InputType>
Avoids creation of multiple routers by allowing an expression that can be utilized on the context to obtain the route. -
Uses of Router in org.chenile.proxy.interceptors
Modifier and TypeClassDescriptionclass
Returns the correct route based on if the service is local or remote -
Uses of Router in org.chenile.utils.tenant.commands