Interface IExternalFlowStore


public interface IExternalFlowStore
Abstraction for the external flow store.
Since:
12.1
Author:
Voicu Moldovan
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Removes the specified key.
    <T extends Serializable>
    T
    get(String key, Class<T> valueType)
    Returns the value specified fot the given key.
    boolean
    Checks if the given key exists in the external flow store.
    void
    set(String key, Serializable value)
    Saves a Serializable object in the external flow store.