L
- defines the action listener typeA
- defines the basic action typeM
- defines the basic message typepublic interface ICallbackComponent<L,A,M> extends ISubComponent<L,A,M>, java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHandleTargetAndClear()
Returns component id which is targeted by bg component return value; the
return value will be handled like an average message and will be
delivered to targeted component.
|
void |
setHandleTarget(java.lang.String componentTargetId)
Set component target id which is targeted by background component return
value; the return value will be handled like an average message and will
be delivered to targeted component.
|
getExecutionTarget, getNextIncomingMessage, getParentId, hasIncomingMessage, initEnv, isBlocked, lock, putIncomingMessage, release, setExecutionTarget
getActionListener, getActionListener, getId, getName, isActive, isStarted, setActive, setId, setName
handle
java.lang.String getHandleTargetAndClear()
void setHandleTarget(java.lang.String componentTargetId)
componentTargetId
- ; represents a component id to return the value to