Class | Description |
---|---|
AbstractRedisDefinitionRepository<D extends BaseDefinition> |
Helper class for repositories persisting
BaseDefinition s, acknowledging the fact that the definition name is
a String and using it as a key. |
AbstractRedisInstanceRepository<I extends BaseInstance<?>> |
Helper class for repositories persisting
BaseInstance s, acknowledging the fact that the instance can use the
definition name as a key. |
RedisJobDefinitionRepository |
An implementation of
JobDefinitionRepository that persists @{link JobDefinition} in Redis. |
RedisStreamDefinitionRepository |
An implementation of
StreamDefinitionRepository that persists StreamDefinition in Redis. |
RedisStreamRepository |
Redis implementation of
StreamRepository , uses a RedisStreamDefinitionRepository in turn. |