Interface ServiceValueRegistry<V>

Type Parameters:
V - the registry value type
All Superinterfaces:
ValueRegistry<ServiceName,V>
All Known Subinterfaces:
ServiceValueExecutorRegistry<V>

public interface ServiceValueRegistry<V> extends ValueRegistry<ServiceName,V>
A registry of service values, keyed by ServiceName.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a service installer to capture and release the value provided by the specified service dependency.

    Methods inherited from interface org.wildfly.service.capture.ValueRegistry

    add, remove
  • Method Details

    • capture

      default ServiceInstaller capture(ServiceName name)
      Creates a service installer to capture and release the value provided by the specified service dependency.
      Parameters:
      dependency - a service dependency
      Returns:
      a service installer