Package io.iworkflow.core.command
Class CommandResults
java.lang.Object
io.iworkflow.core.command.CommandResults
This is the container of all requested commands' results/statuses
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<InternalChannelCommandResult>
abstract List<SignalCommandResult>
abstract List<TimerCommandResult>
<T> T
getSignalValueById
(String commandId) <T> T
getSignalValueByIndex
(int idx)
-
Constructor Details
-
CommandResults
public CommandResults()
-
-
Method Details
-
getAllSignalCommandResults
-
getAllTimerCommandResults
-
getAllInternalChannelCommandResult
-
getWaitUntilApiSucceeded
-
getSignalValueByIndex
public <T> T getSignalValueByIndex(int idx) -
getSignalValueById
-