fun ServiceOptions(address: String? = null, checkOptions: CheckOptions? = null, id: 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.