public class RedisModuleRegistry extends AbstractModuleRegistry
Constructor and Description |
---|
RedisModuleRegistry(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ModuleDefinition> |
findDefinitions(java.lang.String name)
Searches the registry for the name specified and returns all module definitions
that match the name regardless of module type.
|
protected org.springframework.core.io.Resource |
loadResource(java.lang.String name,
java.lang.String type) |
lookup
public RedisModuleRegistry(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)
protected org.springframework.core.io.Resource loadResource(java.lang.String name, java.lang.String type)
loadResource
in class AbstractModuleRegistry
public java.util.List<ModuleDefinition> findDefinitions(java.lang.String name)
ModuleRegistry
name
- The module definition name to be searched.