You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to have the following method in StateLifecycleManager
/**
* Creates a snapshot for the latest immutable state.
*
* @param targetPath The path to save the snapshot.
*/
State createSnapshot(final @NonNull Path targetPath);
The snapshot creation logic should migrate there.
The text was updated successfully, but these errors were encountered:
We need to have the following method in
StateLifecycleManager
The snapshot creation logic should migrate there.
The text was updated successfully, but these errors were encountered: