public interface ProcessStore
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
JsonValue state)
Adds the state into the store against the key.
|
JsonValue |
remove(String key)
Removes the state out of the store.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.