Uses of Class
org.kiwiproject.consul.model.agent.ImmutableAgent
Packages that use ImmutableAgent
-
Uses of ImmutableAgent in org.kiwiproject.consul.model.agent
Methods in org.kiwiproject.consul.model.agent that return ImmutableAgentModifier and TypeMethodDescriptionImmutableAgent.Builder.build()Builds a newImmutableAgent.static ImmutableAgentCreates an immutable copy of aAgentvalue.final ImmutableAgentImmutableAgent.withConfig(Config value) Copy the current immutable object by setting a value for theconfigattribute.final ImmutableAgentImmutableAgent.withDebugConfig(@Nullable DebugConfig value) Copy the current immutable object by setting a value for thedebugConfigattribute.final ImmutableAgentImmutableAgent.withMember(Member value) Copy the current immutable object by setting a value for thememberattribute.final ImmutableAgentCopy the current immutable object by replacing themetamap with the specified map.