Package io.quarkus.stork
Interface StorkServiceDiscoveryConfiguration
public interface StorkServiceDiscoveryConfiguration
-
Method Summary
-
Method Details
-
type
String type()Configures the service discovery type, e.g. "consul". ServiceDiscoveryProvider for the type has to be available -
params
ServiceDiscovery parameters. Check the documentation of the selected service discovery type for available parameters.
-