Interface Registry<M extends GroupMember,K,V>

Type Parameters:
M - the member type
K - the type of the registry entry key
V - the type of the registry entry value
All Superinterfaces:
AutoCloseable, Registrar<RegistryListener<K,V>>
All Known Subinterfaces:
CacheContainerRegistry<K,V>, LocalRegistry<K,V>
All Known Implementing Classes:
CacheRegistry

public interface Registry<M extends GroupMember,K,V> extends Registrar<RegistryListener<K,V>>, AutoCloseable
Registry of entries specific to a group member.
Author:
Paul Ferraro