Uses of Class
io.vertx.ext.consul.ServiceOptions
Packages that use ServiceOptions
-
Uses of ServiceOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return ServiceOptionsModifier and TypeMethodDescriptionTxnServiceOperation.getServiceOptions()Get the serviceServiceOptions.setAddress(String address) Set service addressServiceOptions.setCheckListOptions(List<CheckOptions> checkListOptions) Set checks options of serviceServiceOptions.setCheckOptions(CheckOptions checkOptions) Set check options of serviceServiceOptions.setConnectOptions(ConnectOptions connectOptions) Set consul-connect options of serviceServiceOptions.setCreateIndex(long createIndex) Set the internal index value that represents when the entry was created.Set the ID of sessionSpecifies arbitrary KV metadata linked to the service instance.ServiceOptions.setModifyIndex(long modifyIndex) Set the last index that modified this key.Set service nameServiceOptions.setPort(int port) Set service portSet list of tags associated with serviceMethods in io.vertx.ext.consul with parameters of type ServiceOptionsModifier and TypeMethodDescriptionConsulClient.registerCatalogService(Node nodeOptions, ServiceOptions serviceOptions) Register node with external serviceConsulClient.registerService(ServiceOptions serviceOptions) Adds a new service, with an optional health check, to the local agent.TxnServiceOperation.setServiceOptions(ServiceOptions serviceOptions) Set the serviceConstructors in io.vertx.ext.consul with parameters of type ServiceOptions -
Uses of ServiceOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type ServiceOptionsModifier and TypeMethodDescriptionConsulClient.registerCatalogService(Node nodeOptions, ServiceOptions serviceOptions) Register node with external serviceConsulClient.registerService(ServiceOptions serviceOptions) Adds a new service, with an optional health check, to the local agent.ConsulClient.rxRegisterCatalogService(Node nodeOptions, ServiceOptions serviceOptions) Register node with external serviceConsulClient.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 ServiceOptionsModifier and TypeMethodDescriptionConsulClient.registerCatalogService(Node nodeOptions, ServiceOptions serviceOptions) Register node with external serviceConsulClient.registerService(ServiceOptions serviceOptions) Adds a new service, with an optional health check, to the local agent.ConsulClient.rxRegisterCatalogService(Node nodeOptions, ServiceOptions serviceOptions) Register node with external serviceConsulClient.rxRegisterService(ServiceOptions serviceOptions) Adds a new service, with an optional health check, to the local agent.