Uses of Class
io.gs2.cdk.stateMachine.integration.OutParam
Packages that use OutParam
-
Uses of OutParam in io.gs2.cdk.stateMachine.integration
Methods in io.gs2.cdk.stateMachine.integration that return OutParamModifier and TypeMethodDescriptionStateMachineDefinition.outParam(IVariable subStateMachineVariable, IVariable currentStateMachineVariable) Methods in io.gs2.cdk.stateMachine.integration with parameters of type OutParamModifier and TypeMethodDescriptionStateMachineDefinition.subStateMachineTask(String name, String subStateMachineName, InParam[] inParams, OutParam[] outParams, String nextTaskName) Constructors in io.gs2.cdk.stateMachine.integration with parameters of type OutParamModifierConstructorDescriptionSubStateMachineTask(String name, String subStateMachineName, InParam[] inParams, OutParam[] outParams)