Package io.quarkus.stork
Interface StorkServiceDiscoveryConfiguration
-
public interface StorkServiceDiscoveryConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>params()ServiceDiscovery parameters.Stringtype()Configures the service discovery type, e.g.
-
-
-
Method Detail
-
type
String type()
Configures the service discovery type, e.g. "consul". ServiceDiscoveryProvider for the type has to be available
-
-