Uses of Class
io.vertx.ext.consul.Node
Packages that use Node
-
Uses of Node in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return NodeModifier and TypeMethodDescriptionServiceEntry.getNode()Get nodeNode.setAddress(String address) Set node addressNode.setDatacenter(String datacenter) Set node datacenterSet node idNode.setLanAddress(String lanAddress) Set node lan addressSet node nameNode.setNodeMeta(Map<String, String> nodeMeta) Set node metaNode.setWanAddress(String wanAddress) Set node wan addressMethods in io.vertx.ext.consul that return types with arguments of type NodeMethods in io.vertx.ext.consul with parameters of type NodeModifier and TypeMethodDescriptionConsulClient.registerCatalogService(Node nodeOptions, ServiceOptions serviceOptions) Register node with external serviceSet nodeMethod parameters in io.vertx.ext.consul with type arguments of type NodeConstructors in io.vertx.ext.consul with parameters of type Node -
Uses of Node in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type NodeModifier and TypeMethodDescriptionConsulClient.registerCatalogService(Node nodeOptions, ServiceOptions serviceOptions) Register node with external serviceConsulClient.rxRegisterCatalogService(Node nodeOptions, ServiceOptions serviceOptions) Register node with external service -
Uses of Node in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type NodeModifier and TypeMethodDescriptionConsulClient.registerCatalogService(Node nodeOptions, ServiceOptions serviceOptions) Register node with external serviceConsulClient.rxRegisterCatalogService(Node nodeOptions, ServiceOptions serviceOptions) Register node with external service