Package org.chenile.owiz
Interface OrchestrationAware<InputType>
- All Known Implementing Classes:
Chain
,CommandBase
,DelegatorCommand
,EvaluateRouter
,ExceptionHandlerInterpolation
,FilterChain
,ForLoop
,InterpolationCommand
,OgnlRouter
,OperationSpecificClientProcessorsInterpolation
,OperationSpecificProcessorsInterpolation
,ParallelChain
,PostProcessorsInterpolation
,PreProcessorsInterpolation
,ProxyTypeRouter
,Router
,ServiceSpecificClientProcessorsInterpolation
,ServiceSpecificProcessorsInterpolation
,SetCommand
,SplitterAggregator
,TenantRouter
public interface OrchestrationAware<InputType>
Applicable for commands that choose to be aware of their orchestration configuration.
- Author:
- Raja Shankar Kolluru
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCommandDescriptor
(CommandDescriptor<InputType> commandDescriptor) void
setOrchConfigurator
(OrchConfigurator<InputType> orchConfigurator)
-
Method Details
-
setOrchConfigurator
-
setCommandDescriptor
-