PersistencyFeatureConfig

Configuration class for the Snapshot feature.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Controls whether the feature's state should be automatically persisted. When enabled, changes to the checkpoint are saved after each node execution through the assigned PersistencyStorageProvider, ensuring the state can be restored later.

Link copied to clipboard

Defines the storage mechanism for persisting snapshots in the feature. This property accepts implementations of PersistencyStorageProvider, which manage how snapshots are stored and retrieved.

Functions

Link copied to clipboard