Uses of Interface
org.wildfly.subsystem.service.ServiceInstaller.UnaryBuilder
Packages that use ServiceInstaller.UnaryBuilder
-
Uses of ServiceInstaller.UnaryBuilder in org.wildfly.subsystem.service
Classes in org.wildfly.subsystem.service that implement ServiceInstaller.UnaryBuilderMethods in org.wildfly.subsystem.service that return ServiceInstaller.UnaryBuilderModifier and TypeMethodDescriptionServiceInstaller.DefaultUnaryBuilder.blocking()static <T,V> ServiceInstaller.UnaryBuilder<T, V> Returns aServiceInstallerbuilder whose installed service provides the value supplied by the specified factory and mapping function.static <V> ServiceInstaller.UnaryBuilder<V,V> Returns aServiceInstallerbuilder whose installed service provides the value supplied by the specified factory.static <V> ServiceInstaller.UnaryBuilder<V,V> ServiceInstaller.builder(ServiceDependency<V> dependency) Returns aServiceInstallerbuilder whose installed service provides the value supplied by the specified dependency.static <V> ServiceInstaller.UnaryBuilder<V,V> ServiceInstaller.builder(V value) Returns aServiceInstallerbuilder whose installed service provides the specified value.protected ServiceInstaller.UnaryBuilder<T,V> ServiceInstaller.DefaultUnaryBuilder.builder()