Uses of Interface
org.chenile.owiz.AttachableCommand
Packages that use AttachableCommand
Package
Description
Key Command implementations, chain implementations and base classes are defined here.
Orchestration Wizard routing that leverages OGNL as a scripting library.
Splitter Aggregate pattern implemented here.
Chenile proxy interceptors.
Multi tenancy support.
-
Uses of AttachableCommand in org.chenile.owiz.impl
Classes in org.chenile.owiz.impl that implement AttachableCommandModifier and TypeClassDescriptionclassChain<InputType>A chain is a command that executes a chain of other commands.classFilterChain<InputType extends ChainContextContainer<InputType>>A variation of the Chain for AOP like surround processing.classParallelChain<InputType>classRouter<InputType>A router is a command that executes one of several commands based on a routing string. -
Uses of AttachableCommand in org.chenile.owiz.impl.ognl
Classes in org.chenile.owiz.impl.ognl that implement AttachableCommandModifier and TypeClassDescriptionclassEvaluateRouter<InputType>This is a specific subclass ofRouterthat uses OGNL to evaluate a boolean expression on the context.classForLoop<InputType>Repeatedly, execute the attached commands till the expression specified by condition evaluates to false.classOgnlRouter<InputType>Avoids creation of multiple routers by allowing an expression that can be utilized on the context to obtain the route. -
Uses of AttachableCommand in org.chenile.owiz.impl.splitaggregate
Classes in org.chenile.owiz.impl.splitaggregate that implement AttachableCommandModifier and TypeClassDescriptionclassImplements a split aggregate functionality. -
Uses of AttachableCommand in org.chenile.proxy.interceptors
Classes in org.chenile.proxy.interceptors that implement AttachableCommandModifier and TypeClassDescriptionclassReturns the correct route based on if the service is local or remote -
Uses of AttachableCommand in org.chenile.utils.tenant.commands
Classes in org.chenile.utils.tenant.commands that implement AttachableCommand