Uses of Interface
org.wildfly.subsystem.service.capability.CapabilityServiceInstaller.Builder
Packages that use CapabilityServiceInstaller.Builder
-
Uses of CapabilityServiceInstaller.Builder in org.wildfly.subsystem.service.capability
Classes in org.wildfly.subsystem.service.capability that implement CapabilityServiceInstaller.BuilderMethods in org.wildfly.subsystem.service.capability that return CapabilityServiceInstaller.BuilderModifier and TypeMethodDescriptionCapabilityServiceInstaller.DefaultBuilder.blocking()static <T,V> CapabilityServiceInstaller.Builder<T, V> CapabilityServiceInstaller.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, Function<T, V> mapper, Supplier<T> factory) Returns aCapabilityServiceInstallerbuilder for the specified capability whose installed service provides the value supplied by the specified factory and mapping function.static <V> CapabilityServiceInstaller.Builder<V,V> CapabilityServiceInstaller.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, Supplier<V> factory) Returns aCapabilityServiceInstallerbuilder for the specified capability whose installed service provides the value supplied by the specified factory.static <V> CapabilityServiceInstaller.Builder<V,V> CapabilityServiceInstaller.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, ServiceDependency<V> dependency) Returns aCapabilityServiceInstallerbuilder for the specified capability whose installed service provides the value supplied by the specified dependency.static <V> CapabilityServiceInstaller.Builder<V,V> CapabilityServiceInstaller.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, V value) Returns aCapabilityServiceInstallerbuilder for the specified capability whose installed service provides the specified value.protected CapabilityServiceInstaller.Builder<T,V> CapabilityServiceInstaller.DefaultBuilder.builder()