Interface StateSnapshotTransformer<T>

    • Method Detail

      • filterOrTransform

        @Nullable
        T filterOrTransform​(@Nullable
                            T value)
        Transform or filter out state values which are included or skipped in the snapshot.
        Parameters:
        value - non-serialized form of value
        Returns:
        value to snapshot or null which means the entry is not included