Package com.koralix.stepfn
package com.koralix.stepfn
This package contains the Step Function implementation.
- Since:
- 1.0.0
- See Also:
-
ClassDescriptionAsyncStepFunction<T,
R> AStepFunctionthat returns aCompletableFuture.Step<T,R> StepFunction<T,V, R> SyncStepFunction<T,R> AStepFunctionthat computes its result synchronously.Transition<T,R> ATransitionprovides a way to transition from oneStepto another when certain conditions are met.