Interface | Description |
---|---|
ModuleDefinitionMixin |
Mixin for Jackson that will ignore the Resource, Classpath, Composed and ModuleOptionMetadata properties of a
ModuleDefinition.
|
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. |
RedisJobRepository |
Redis implementation of
JobRepository , uses a RedisJobDefinitionRepository in turn. |
RedisStreamDefinitionRepository |
An implementation of
StreamDefinitionRepository that persists StreamDefinition in Redis. |
RedisStreamRepository |
Redis implementation of
StreamRepository , uses a RedisStreamDefinitionRepository in turn. |