Interface StorkServiceRegistrarConfiguration


public interface StorkServiceRegistrarConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether automatic registration and deregistration of service instances is enabled.
    Service Registrar parameters.
    Configures service registrar type, e.g.
  • Method Details

    • enabled

      @WithDefault("true") boolean enabled()
      Whether automatic registration and deregistration of service instances is enabled.
    • type

      Optional<String> type()
      Configures service registrar type, e.g. "consul". A ServiceRegistrarProvider for the type has to be available
    • parameters

      @WithParentName Map<String,String> parameters()
      Service Registrar parameters. Check the documentation of the selected registrar type for available parameters