Interface Configurable


@Incubating public interface Configurable
Allows the service to request the connector configuration. A service can be registered either using a ServiceProvider or directly to the registry, and for the former, you can consider using the provider to configure the service; however, this allows for avoiding constructor argument bloat by configuring the service inline if needed.
Author:
Chris Cranford
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(Configuration configuration)
    Configure the service.
  • Method Details

    • configure

      void configure(Configuration configuration)
      Configure the service.
      Parameters:
      configuration - the connector configuration