Uses of Class
org.kiwiproject.consul.model.catalog.CatalogDeregistration
Packages that use CatalogDeregistration
-
Uses of CatalogDeregistration in org.kiwiproject.consul
Methods in org.kiwiproject.consul with parameters of type CatalogDeregistrationModifier and TypeMethodDescriptionvoidCatalogClient.deregister(CatalogDeregistration deregistration) De-registers a service or node.voidCatalogClient.deregister(CatalogDeregistration deregistration, QueryOptions options) De-registers a service or node. -
Uses of CatalogDeregistration in org.kiwiproject.consul.model.catalog
Subclasses of CatalogDeregistration in org.kiwiproject.consul.model.catalogMethods in org.kiwiproject.consul.model.catalog with parameters of type CatalogDeregistrationModifier and TypeMethodDescriptionImmutableCatalogDeregistration.copyOf(CatalogDeregistration instance) Creates an immutable copy of aCatalogDeregistrationvalue.ImmutableCatalogDeregistration.Builder.from(CatalogDeregistration instance) Fill a builder with attribute values from the providedCatalogDeregistrationinstance.