Uses of Class
io.vertx.ext.consul.Service
Packages that use Service
-
Uses of Service in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return ServiceModifier and TypeMethodDescriptionServiceEntry.getService()Get serviceService.setAddress(String address) Set service addressService.setCreateIndex(long createIndex) Set the internal index value that represents when the entry was created.Set ID of serviceSpecifies arbitrary KV metadata linked to the service instance.Service.setModifyIndex(long modifyIndex) Set the last index that modified this key.Set service nameSet node nameService.setNodeAddress(String nodeAddress) Set node addressService.setPort(int port) Set service portSet list of service tagsMethods in io.vertx.ext.consul that return types with arguments of type ServiceModifier and TypeMethodDescriptionServiceList.getList()Get list of servicesConsulClient.localServices()Returns list of services registered with the local agent.Methods in io.vertx.ext.consul with parameters of type ServiceMethod parameters in io.vertx.ext.consul with type arguments of type ServiceModifier and TypeMethodDescriptionSet list of servicesConstructors in io.vertx.ext.consul with parameters of type Service -
Uses of Service in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type ServiceModifier and TypeMethodDescriptionConsulClient.localServices()Returns list of services registered with the local agent.ConsulClient.rxLocalServices()Returns list of services registered with the local agent. -
Uses of Service in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type ServiceModifier and TypeMethodDescriptionConsulClient.localServices()Returns list of services registered with the local agent.ConsulClient.rxLocalServices()Returns list of services registered with the local agent.