Class LegacyStateMachine

java.lang.Object
dev.restate.sdk.core.legacy.LegacyStateMachine
All Implemented Interfaces:
StateMachine, AutoCloseable

public final class LegacyStateMachine extends Object implements StateMachine
Legacy pure-Java StateMachine, used on JDK < 23 or when the native shared-core library is unavailable/disabled. This is a deprecated fallback that will be removed in a future release; the native (FFM) state machine is the path that supports the latest Restate features.