Uses of Class
org.kiwiproject.consul.model.agent.FullService
Packages that use FullService
-
Uses of FullService in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return types with arguments of type FullServiceModifier and TypeMethodDescriptionAgentClient.getService(String id, QueryOptions queryOptions) Retrieves all information about a service.Method parameters in org.kiwiproject.consul with type arguments of type FullServiceModifier and TypeMethodDescriptionvoidAgentClient.getService(String id, QueryOptions queryOptions, ConsulResponseCallback<FullService> callback) Retrieves all information about a service. -
Uses of FullService in org.kiwiproject.consul.model.agent
Subclasses of FullService in org.kiwiproject.consul.model.agentMethods in org.kiwiproject.consul.model.agent with parameters of type FullServiceModifier and TypeMethodDescriptionstatic ImmutableFullServiceImmutableFullService.copyOf(FullService instance) Creates an immutable copy of aFullServicevalue.ImmutableFullService.Builder.from(FullService instance) Fill a builder with attribute values from the providedFullServiceinstance.