Package kalix.javasdk.workflow
package kalix.javasdk.workflow
-
ClassDescriptionAbstractWorkflow.AsyncCallStep<CallInput,
CallOutput, FailoverInput> AbstractWorkflow.CallStep<CallInput,DefCallInput, DefCallOutput, FailoverInput> An Effect is a description of what Kalix needs to do after the command is handled.Construct the effect that is returned by the command handler or a step transition.A workflow effect type that contains information about the transition to the next step.Retry strategy without failover configurationA value based workflow command context.Step builder for defining a workflow step for Java protobuf SDKProtoStepBuilder.AsyncCallStepBuilder<CallInput,CallOutput> ProtoStepBuilder.CallStepBuilder<Input,DefCallInput, DefCallOutput> ProtoWorkflow<S extends com.google.protobuf.GeneratedMessageV3>Workflows are stateful components and are defined by a set of steps and transitions between them.StepBuilder.AsyncCallStepBuilder<CallInput,CallOutput> StepBuilder.CallStepBuilder<Input,DefCallInput, DefCallOutput> Workflow<S>Workflows are stateful components and are defined by a set of steps and transitions between them.WorkflowProvider<S,W extends AbstractWorkflow<S>>