Interface LocalRegistry<K,V>

Type Parameters:
K - the registry key type
V - the registry value type
All Superinterfaces:
AutoCloseable, Registrar<RegistryListener<K,V>>, Registry<LocalGroupMember,K,V>

public interface LocalRegistry<K,V> extends Registry<LocalGroupMember,K,V>
Local Registry.
Author:
Paul Ferraro