Uses of Class
org.kiwiproject.consul.model.catalog.CatalogService
Packages that use CatalogService
-
Uses of CatalogService in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return types with arguments of type CatalogServiceModifier and TypeMethodDescriptionCatalogClient.getService(String service) Retrieves the single service.CatalogClient.getService(String service, QueryOptions queryOptions) Retrieves a single service for a given datacenter withQueryOptions.Method parameters in org.kiwiproject.consul with type arguments of type CatalogServiceModifier and TypeMethodDescriptionvoidCatalogClient.getService(String service, QueryOptions queryOptions, ConsulResponseCallback<List<CatalogService>> callback) Asynchronously retrieves the single service for a given datacenter withQueryOptions. -
Uses of CatalogService in org.kiwiproject.consul.model.catalog
Subclasses of CatalogService in org.kiwiproject.consul.model.catalogMethods in org.kiwiproject.consul.model.catalog with parameters of type CatalogServiceModifier and TypeMethodDescriptionstatic ImmutableCatalogServiceImmutableCatalogService.copyOf(CatalogService instance) Creates an immutable copy of aCatalogServicevalue.ImmutableCatalogService.Builder.from(CatalogService instance) Fill a builder with attribute values from the providedCatalogServiceinstance.