Package org.wildfly.clustering.service
Interface ServiceNameProvider
-
- All Known Subinterfaces:
Builder<T>,ServiceConfigurator
- All Known Implementing Classes:
AsyncServiceConfigurator,IdentityServiceConfigurator,ServiceDependency,ServiceSupplierDependency,SimpleServiceConfigurator,SimpleServiceNameProvider
public interface ServiceNameProviderProvides a service name.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.msc.service.ServiceNamegetServiceName()Returns the associated service name
-