fun ServiceOptions(address: String? = null, checkOptions: CheckOptions? = null, id: String? = null, meta: Map<String, String>? = null, name: String? = null, port: Int? = null, tags: Iterable<String>? = null): ServiceOptions
A function providing a DSL for building io.vertx.ext.consul.ServiceOptions objects.
Options used to register service.
checkOptions
- Set check options of service
meta
- Specifies arbitrary KV metadata linked to the service instance.