K - key typeV - value typepublic class CacheRegistryFactory<K,V> extends Object implements RegistryFactory<K,V>
Registry.
Only one registry can be created from this factory at a given time.| Constructor and Description |
|---|
CacheRegistryFactory(CacheRegistryFactoryConfiguration<K,V> config) |
| Modifier and Type | Method and Description |
|---|---|
Registry<K,V> |
createRegistry(RegistryEntryProvider<K,V> provider)
Creates a registry for the group associated with this factory.
|
public CacheRegistryFactory(CacheRegistryFactoryConfiguration<K,V> config)
public Registry<K,V> createRegistry(RegistryEntryProvider<K,V> provider)
RegistryFactorycreateRegistry in interface RegistryFactory<K,V>provider - the provider of the local registry entryCopyright © 2022 JBoss by Red Hat. All rights reserved.