Uses of Interface
org.wildfly.clustering.service.ServiceNameProvider
-
Packages that use ServiceNameProvider Package Description org.wildfly.clustering.service org.wildfly.clustering.singleton org.wildfly.clustering.singleton.service -
-
Uses of ServiceNameProvider in org.wildfly.clustering.service
Subinterfaces of ServiceNameProvider in org.wildfly.clustering.service Modifier and Type Interface Description interfaceBuilder<T>Deprecated, for removal: This API element is subject to removal in a future version.Replaced byServiceConfigurator.interfaceServiceConfiguratorConfigures the dependencies of aService.Classes in org.wildfly.clustering.service that implement ServiceNameProvider Modifier and Type Class Description classAsyncServiceConfiguratorclassIdentityServiceConfigurator<T>classServiceDependencyEncapsulates aDependencyon aService.classServiceSupplierDependency<V>Encapsulates aDependencyon aServicethat supplies a value.classSimpleServiceConfigurator<T>Configures a simpleServicethat provides a static value.classSimpleServiceNameProviderServiceNameProviderusing a pre-definedServiceNameConstructors in org.wildfly.clustering.service with parameters of type ServiceNameProvider Constructor Description ServiceDependency(ServiceNameProvider provider)ServiceSupplierDependency(ServiceNameProvider provider) -
Uses of ServiceNameProvider in org.wildfly.clustering.singleton
Subinterfaces of ServiceNameProvider in org.wildfly.clustering.singleton Modifier and Type Interface Description interfaceSingletonServiceBuilder<T>Deprecated, for removal: This API element is subject to removal in a future version.Replaced bySingletonServiceConfigurator. -
Uses of ServiceNameProvider in org.wildfly.clustering.singleton.service
Subinterfaces of ServiceNameProvider in org.wildfly.clustering.singleton.service Modifier and Type Interface Description interfaceImmutableSingletonServiceConfiguratorAn immutableServiceConfiguratorused to build a singleton service.interfaceSingletonServiceConfiguratorExtension ofImmutableSingletonServiceConfiguratorfor customizing singleton service behavior.
-