Interface ServiceRegistryAware


@Incubating public interface ServiceRegistryAware
Allows the injection of the ServiceRegistry during service configuration.
Author:
Chris Cranford
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback to inject the service registry.
  • Method Details

    • injectServiceRegistry

      void injectServiceRegistry(ServiceRegistry serviceRegistry)
      Callback to inject the service registry.
      Parameters:
      serviceRegistry - the service registry