Uses of Interface
com.hammurapi.flow.runtime.ProcessingPathElement

Packages that use ProcessingPathElement
com.hammurapi.flow.runtime   
 

Uses of ProcessingPathElement in com.hammurapi.flow.runtime
 

Methods in com.hammurapi.flow.runtime that return types with arguments of type ProcessingPathElement
 List<ProcessingPathElement> Invocation.getProcessingPath()
           
 

Methods in com.hammurapi.flow.runtime with parameters of type ProcessingPathElement
 Destroyable SynapseFactory.connect(Invoker<S,A> invoker, Invocable<S,A> invocable, SynapseFactory.SynapseConfig config, K connectKey, ProcessingPathElement processingPathElement, TaskCounter taskCounter)
          Connects invoker to invocable.
 

Method parameters in com.hammurapi.flow.runtime with type arguments of type ProcessingPathElement
 Collection<Future<?>> Invocable.invoke(S flowState, A[] args, PropertySet properties, Context context, List<ProcessingPathElement> processingPath)
          Invokes this invocable.