Uses of Class
com.orbitz.consul.model.agent.FullService
-
Packages that use FullService Package Description com.orbitz.consul com.orbitz.consul.model.agent -
-
Uses of FullService in com.orbitz.consul
Methods in com.orbitz.consul that return types with arguments of type FullService Modifier and Type Method Description ConsulResponse<FullService>AgentClient. getService(java.lang.String id, QueryOptions queryOptions)Retrieves all information about a service.Method parameters in com.orbitz.consul with type arguments of type FullService Modifier and Type Method Description voidAgentClient. getService(java.lang.String id, QueryOptions queryOptions, ConsulResponseCallback<FullService> callback)Retrieves all information about a service. -
Uses of FullService in com.orbitz.consul.model.agent
Subclasses of FullService in com.orbitz.consul.model.agent Modifier and Type Class Description classImmutableFullServiceImmutable implementation ofFullService.Methods in com.orbitz.consul.model.agent with parameters of type FullService Modifier and Type Method Description static ImmutableFullServiceImmutableFullService. copyOf(FullService instance)Creates an immutable copy of aFullServicevalue.ImmutableFullService.BuilderImmutableFullService.Builder. from(FullService instance)Fill a builder with attribute values from the providedFullServiceinstance.
-