Class ConcurrentSplitterFlowElementInvoker.SplitFlowElement
- java.lang.Object
-
- org.ikasan.flow.visitorPattern.invoker.ConcurrentSplitterFlowElementInvoker.SplitFlowElement
-
- All Implemented Interfaces:
java.util.concurrent.Callable<ConcurrentSplitterFlowElementInvoker.SplitFlowElement>
- Enclosing class:
- ConcurrentSplitterFlowElementInvoker
protected class ConcurrentSplitterFlowElementInvoker.SplitFlowElement extends java.lang.Object implements java.util.concurrent.Callable<ConcurrentSplitterFlowElementInvoker.SplitFlowElement>
Concurrent executions
-
-
Constructor Summary
Constructors Constructor Description SplitFlowElement(org.ikasan.spec.flow.FlowElement _nextFlowElementInRoute, java.util.List<org.ikasan.spec.flow.FlowEventListener> _flowEventListeners, java.lang.String _moduleName, java.lang.String _flowName, org.ikasan.spec.flow.FlowInvocationContext _flowInvocationContext, org.ikasan.spec.flow.FlowEvent _flowEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConcurrentSplitterFlowElementInvoker.SplitFlowElementcall()
-
-
-
Constructor Detail
-
SplitFlowElement
public SplitFlowElement(org.ikasan.spec.flow.FlowElement _nextFlowElementInRoute, java.util.List<org.ikasan.spec.flow.FlowEventListener> _flowEventListeners, java.lang.String _moduleName, java.lang.String _flowName, org.ikasan.spec.flow.FlowInvocationContext _flowInvocationContext, org.ikasan.spec.flow.FlowEvent _flowEvent)
-
-
Method Detail
-
call
public ConcurrentSplitterFlowElementInvoker.SplitFlowElement call()
- Specified by:
callin interfacejava.util.concurrent.Callable<ConcurrentSplitterFlowElementInvoker.SplitFlowElement>
-
-