Uses of Interface
org.wildfly.clustering.server.local.registry.LocalRegistry
Packages that use LocalRegistry
-
Uses of LocalRegistry in org.wildfly.clustering.server.local.registry
Methods in org.wildfly.clustering.server.local.registry that return LocalRegistryModifier and TypeMethodDescriptionstatic <K,V> LocalRegistry <K, V> LocalRegistry.of(LocalGroup group, Map.Entry<K, V> entry, Runnable closeTask) Creates a local registry with the specified group and registry entry.