Interface KeyFactory
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
KeyFactory.DefaultKeyFactory
KeyFactory defines conversion of state key (which could be compounded) -> Redis key.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Default Key Factory. -
Method Summary
-
Method Details
-
build
Converts state key to Redis key.- Parameters:
key
- state key- Returns:
- Redis key
-