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
-
Method Summary
Methods inherited from interface org.wildfly.clustering.provider.ServiceProviderRegistry
getGroup, getProviders, getServices, register, register
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-