Package io.quarkus.stork
Interface StorkServiceRegistrarConfiguration
-
public interface StorkServiceRegistrarConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>parameters()Service Registrar parameters.Stringtype()Configures service registrar type, e.g.
-
-
-
Method Detail
-
type
String type()
Configures service registrar type, e.g. "consul". A ServiceRegistrarProvider for the type has to be available
-
-