Package org.wildfly.clustering.service
Interface ServiceNameProvider
- All Known Subinterfaces:
Builder<T>,ImmutableSingletonServiceConfigurator,ServiceConfigurator,SingletonServiceBuilder<T>,SingletonServiceConfigurator
- All Known Implementing Classes:
AsyncServiceConfigurator,IdentityServiceConfigurator,ServiceDependency,ServiceSupplierDependency,SimpleServiceConfigurator,SimpleServiceNameProvider
public interface ServiceNameProvider
Provides a service name.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the associated service name
-
Method Details
-
getServiceName
ServiceName getServiceName()Returns the associated service name- Returns:
- a service name
-