Interface StorkServiceDiscoveryConfiguration


public interface StorkServiceDiscoveryConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    ServiceDiscovery parameters.
    Configures the service discovery type, e.g.
  • Method Details

    • type

      String type()
      Configures the service discovery type, e.g. "consul". ServiceDiscoveryProvider for the type has to be available
    • params

      @WithParentName Map<String,String> params()
      ServiceDiscovery parameters. Check the documentation of the selected service discovery type for available parameters.