Uses of Class
io.vertx.ext.consul.ServiceOptions
-
Packages that use ServiceOptions Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of ServiceOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return ServiceOptions Modifier and Type Method Description ServiceOptions
TxnServiceOperation. getServiceOptions()
Get the serviceServiceOptions
ServiceOptions. setAddress(String address)
Set service addressServiceOptions
ServiceOptions. setCheckListOptions(List<CheckOptions> checkListOptions)
Set checks options of serviceServiceOptions
ServiceOptions. setCheckOptions(CheckOptions checkOptions)
Set check options of serviceServiceOptions
ServiceOptions. setConnectOptions(ConnectOptions connectOptions)
Set consul-connect options of serviceServiceOptions
ServiceOptions. setCreateIndex(long createIndex)
Set the internal index value that represents when the entry was created.ServiceOptions
ServiceOptions. setId(String id)
Set the ID of sessionServiceOptions
ServiceOptions. setMeta(Map<String,String> meta)
Specifies arbitrary KV metadata linked to the service instance.ServiceOptions
ServiceOptions. setModifyIndex(long modifyIndex)
Set the last index that modified this key.ServiceOptions
ServiceOptions. setName(String name)
Set service nameServiceOptions
ServiceOptions. setPort(int port)
Set service portServiceOptions
ServiceOptions. setTags(List<String> tags)
Set list of tags associated with serviceMethods in io.vertx.ext.consul with parameters of type ServiceOptions Modifier and Type Method Description Future<Void>
ConsulClient. registerCatalogService(Node nodeOptions, ServiceOptions serviceOptions)
Register node with external serviceFuture<Void>
ConsulClient. registerService(ServiceOptions serviceOptions)
Adds a new service, with an optional health check, to the local agent.TxnServiceOperation
TxnServiceOperation. setServiceOptions(ServiceOptions serviceOptions)
Set the serviceConstructors in io.vertx.ext.consul with parameters of type ServiceOptions Constructor Description ServiceOptions(ServiceOptions options)
Copy constructor -
Uses of ServiceOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type ServiceOptions Modifier and Type Method Description Future<Void>
ConsulClient. registerCatalogService(Node nodeOptions, ServiceOptions serviceOptions)
Register node with external serviceFuture<Void>
ConsulClient. registerService(ServiceOptions serviceOptions)
Adds a new service, with an optional health check, to the local agent.Completable
ConsulClient. rxRegisterCatalogService(Node nodeOptions, ServiceOptions serviceOptions)
Register node with external serviceCompletable
ConsulClient. rxRegisterService(ServiceOptions serviceOptions)
Adds a new service, with an optional health check, to the local agent. -
Uses of ServiceOptions in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type ServiceOptions Modifier and Type Method Description Completable
ConsulClient. registerCatalogService(Node nodeOptions, ServiceOptions serviceOptions)
Register node with external serviceCompletable
ConsulClient. registerService(ServiceOptions serviceOptions)
Adds a new service, with an optional health check, to the local agent.Completable
ConsulClient. rxRegisterCatalogService(Node nodeOptions, ServiceOptions serviceOptions)
Register node with external serviceCompletable
ConsulClient. rxRegisterService(ServiceOptions serviceOptions)
Adds a new service, with an optional health check, to the local agent.
-