Interface AutoCloseableGroup<A>

Type Parameters:
A - the address type
All Superinterfaces:
AutoCloseable, Group, Group<A>, NodeFactory<A>, Registrar<GroupListener>
All Known Implementing Classes:
CacheGroup, LocalGroup

public interface AutoCloseableGroup<A> extends Group<A>, AutoCloseable
A Group with a specific lifecycle (i.e. that must be closed).
Author:
Paul Ferraro