Uses of Class
com.orbitz.consul.model.agent.Agent
-
Packages that use Agent Package Description com.orbitz.consul com.orbitz.consul.model.agent -
-
Uses of Agent in com.orbitz.consul
Methods in com.orbitz.consul that return Agent Modifier and Type Method Description AgentAgentClient. getAgent()Retrieves the Agent's configuration and member information. -
Uses of Agent in com.orbitz.consul.model.agent
Subclasses of Agent in com.orbitz.consul.model.agent Modifier and Type Class Description classImmutableAgentImmutable implementation ofAgent.Methods in com.orbitz.consul.model.agent with parameters of type Agent Modifier and Type Method Description static ImmutableAgentImmutableAgent. copyOf(Agent instance)Creates an immutable copy of aAgentvalue.ImmutableAgent.BuilderImmutableAgent.Builder. from(Agent instance)Fill a builder with attribute values from the providedAgentinstance.
-