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()default ServiceInstaller.UnaryBuilder<T,V> ServiceInstaller.UnaryBuilder.provides(org.wildfly.service.descriptor.BinaryServiceDescriptor<V> descriptor, String parent, String child) Configures a service descriptor provided by this service.default ServiceInstaller.UnaryBuilder<T,V> ServiceInstaller.UnaryBuilder.provides(org.wildfly.service.descriptor.NullaryServiceDescriptor<V> descriptor) Configures a service descriptor provided by this service.default ServiceInstaller.UnaryBuilder<T,V> ServiceInstaller.UnaryBuilder.provides(org.wildfly.service.descriptor.QuaternaryServiceDescriptor<V> descriptor, String greatGrandparent, String grandparent, String parent, String child) Configures a service descriptor provided by this service.default ServiceInstaller.UnaryBuilder<T,V> ServiceInstaller.UnaryBuilder.provides(org.wildfly.service.descriptor.TernaryServiceDescriptor<V> descriptor, String grandparent, String parent, String child) Configures a service descriptor provided by this service.default ServiceInstaller.UnaryBuilder<T,V> ServiceInstaller.UnaryBuilder.provides(org.wildfly.service.descriptor.UnaryServiceDescriptor<V> descriptor, String name) Configures a service descriptor provided by this service.