Package org.chenile.owiz
Interface AttachableCommand<InputType>
- Type Parameters:
InputType- .
- All Superinterfaces:
Command<InputType>
- All Known Implementing Classes:
Chain,EvaluateRouter,FilterChain,ForLoop,OgnlRouter,ParallelChain,ProxyTypeRouter,Router,SplitterAggregator,TenantRouter
A command becomes an attachable command if other commands can attach themselves to it using an attachment descriptor.
Attachable commands
- Author:
- rkollu
-
Method Summary
Modifier and TypeMethodDescriptionvoidattachCommand(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command)
-
Method Details
-
attachCommand
void attachCommand(AttachmentDescriptor<InputType> attachmentDescriptor, CommandDescriptor<InputType> command)
-