Interface FlowDataRepository<D>
- All Known Implementing Classes:
FlowDataRepositoryInMemory
public interface FlowDataRepository<D>
-
Method Summary
-
Method Details
-
contains
-
put
-
get
- Returns:
- data associated with given token, null otherwise
- Throws:
InvalidateFlowException
-
remove
-