K - the registry key typeV - the registry value typepublic class LocalRegistryFactory<K,V> extends Object implements RegistryFactory<K,V>
RegistryFactory implementation.| Constructor and Description |
|---|
LocalRegistryFactory(Group group) |
| 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 LocalRegistryFactory(Group group)
public Registry<K,V> createRegistry(RegistryEntryProvider<K,V> provider)
RegistryFactorycreateRegistry in interface RegistryFactory<K,V>provider - the provider of the local registry entryCopyright © 2023 JBoss by Red Hat. All rights reserved.