Interface CacheContainerServiceProviderRegistrar<T>
- Type Parameters:
T- the service type
- All Superinterfaces:
Registrar<T>,ServiceProviderRegistrar<T,CacheContainerGroupMember>
- All Known Implementing Classes:
CacheServiceProviderRegistrar
public interface CacheContainerServiceProviderRegistrar<T>
extends ServiceProviderRegistrar<T,CacheContainerGroupMember>
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()Returns the group with which to register service providers.Methods inherited from interface org.wildfly.clustering.server.provider.ServiceProviderRegistrar
getProviders, getServices, register, register
-
Method Details
-
getGroup
CacheContainerGroup getGroup()Description copied from interface:ServiceProviderRegistrarReturns the group with which to register service providers.- Specified by:
getGroupin interfaceServiceProviderRegistrar<T,CacheContainerGroupMember> - Returns:
- a group
-