Interface AttachableCommand<InputType>

Type Parameters:
InputType - .
All Superinterfaces:
Command<InputType>
All Known Implementing Classes:
Chain, EvaluateRouter, FilterChain, ForLoop, OgnlRouter, ParallelChain, ProxyTypeRouter, Router, SplitterAggregator, TenantRouter

public interface AttachableCommand<InputType> extends Command<InputType>
A command becomes an attachable command if other commands can attach themselves to it using an attachment descriptor. Attachable commands
Author:
rkollu