Interface AutoCloseableServiceProviderRegistry<T>

Type Parameters:
T - the service type
All Superinterfaces:
AutoCloseable, Registrar<T>, ServiceProviderRegistry<T>
All Known Implementing Classes:
CacheServiceProviderRegistry, LocalServiceProviderRegistry

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