public interface FlowInvocationContext
| Modifier and Type | Method and Description |
|---|---|
void |
addInvokedComponentName(String componentName)
Add an invoked componentName to the context.
|
void |
combine(FlowInvocationContext flowInvocationContext)
Combine the incoming flowInvocationContext into this instance
|
List<String> |
getInvokedComponents()
Return a list of all invoked componentNames
|
String |
getLastComponentName()
Get the name of the last invoked component recorded in the context.
|
String getLastComponentName()
void addInvokedComponentName(String componentName)
componentName - List<String> getInvokedComponents()
void combine(FlowInvocationContext flowInvocationContext)
flowInvocationContext - Copyright © 2007-2016 Ikasan. All Rights Reserved.