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
AGroupwith a specific lifecycle (i.e. that must be closed).- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()-
Methods inherited from interface org.wildfly.clustering.provider.ServiceProviderRegistry
getGroup, getProviders, getServices, register, register
-
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-