Uses of Class
io.serverlessworkflow.api.timeouts.TimeoutsDefinition
-
-
Uses of TimeoutsDefinition in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return TimeoutsDefinition Modifier and Type Method Description TimeoutsDefinitionWorkflow. getTimeouts()Timeouts DefinitionMethods in io.serverlessworkflow.api with parameters of type TimeoutsDefinition Modifier and Type Method Description voidWorkflow. setTimeouts(TimeoutsDefinition timeouts)Timeouts DefinitionWorkflowWorkflow. withTimeouts(TimeoutsDefinition timeouts) -
Uses of TimeoutsDefinition in io.serverlessworkflow.api.branches
Methods in io.serverlessworkflow.api.branches that return TimeoutsDefinition Modifier and Type Method Description TimeoutsDefinitionBranch. getTimeouts()Timeouts DefinitionMethods in io.serverlessworkflow.api.branches with parameters of type TimeoutsDefinition Modifier and Type Method Description voidBranch. setTimeouts(TimeoutsDefinition timeouts)Timeouts DefinitionBranchBranch. withTimeouts(TimeoutsDefinition timeouts) -
Uses of TimeoutsDefinition in io.serverlessworkflow.api.interfaces
Methods in io.serverlessworkflow.api.interfaces that return TimeoutsDefinition Modifier and Type Method Description TimeoutsDefinitionState. getTimeouts() -
Uses of TimeoutsDefinition in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return TimeoutsDefinition Modifier and Type Method Description TimeoutsDefinitionDefaultState. getTimeouts()Timeouts DefinitionMethods in io.serverlessworkflow.api.states with parameters of type TimeoutsDefinition Modifier and Type Method Description voidDefaultState. setTimeouts(TimeoutsDefinition timeouts)Timeouts DefinitionCallbackStateCallbackState. withTimeouts(TimeoutsDefinition timeouts)DefaultStateDefaultState. withTimeouts(TimeoutsDefinition timeouts)EventStateEventState. withTimeouts(TimeoutsDefinition timeouts)ForEachStateForEachState. withTimeouts(TimeoutsDefinition timeouts)InjectStateInjectState. withTimeouts(TimeoutsDefinition timeouts)OperationStateOperationState. withTimeouts(TimeoutsDefinition timeouts)ParallelStateParallelState. withTimeouts(TimeoutsDefinition timeouts)SleepStateSleepState. withTimeouts(TimeoutsDefinition timeouts)SwitchStateSwitchState. withTimeouts(TimeoutsDefinition timeouts) -
Uses of TimeoutsDefinition in io.serverlessworkflow.api.timeouts
Methods in io.serverlessworkflow.api.timeouts that return TimeoutsDefinition Modifier and Type Method Description TimeoutsDefinitionTimeoutsDefinition. withActionExecTimeout(String actionExecTimeout)TimeoutsDefinitionTimeoutsDefinition. withBranchExecTimeout(String branchExecTimeout)TimeoutsDefinitionTimeoutsDefinition. withEventTimeout(String eventTimeout)TimeoutsDefinitionTimeoutsDefinition. withStateExecTimeout(StateExecTimeout stateExecTimeout)TimeoutsDefinitionTimeoutsDefinition. withWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout)
-