Package io.quarkus.stork
Interface StorkServiceRegistrarConfiguration
public interface StorkServiceRegistrarConfiguration
-
Method Summary
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()Whether automatic registration and deregistration of service instances is enabled. -
type
Configures service registrar type, e.g. "consul". A ServiceRegistrarProvider for the type has to be available -
parameters
Service Registrar parameters. Check the documentation of the selected registrar type for available parameters
-