Interface RegistryFactory<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

public interface RegistryFactory<M extends GroupMember,K,V>
Factory for creating a clustered registry.
Author:
Paul Ferraro