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