Interface FlowDataRepository<D>
-
- All Known Implementing Classes:
FlowDataRepositoryInMemory
public interface FlowDataRepository<D>
-
-
Method Detail
-
contains
boolean contains(String token)
-
get
D get(String token) throws InvalidateFlowException
- Returns:
- data associated with given token, null otherwise
- Throws:
InvalidateFlowException
-
remove
void remove(String token)
-
-