Uses of Class
fr.enedis.chutney.agent.domain.configure.ImmutableNetworkConfiguration.AgentNetworkConfiguration
Packages that use ImmutableNetworkConfiguration.AgentNetworkConfiguration
-
Uses of ImmutableNetworkConfiguration.AgentNetworkConfiguration in fr.enedis.chutney.agent.domain.configure
Methods in fr.enedis.chutney.agent.domain.configure that return ImmutableNetworkConfiguration.AgentNetworkConfigurationModifier and TypeMethodDescriptionImmutableNetworkConfiguration.AgentNetworkConfiguration.Builder.build()Builds a newAgentNetworkConfiguration.ImmutableNetworkConfiguration.AgentNetworkConfiguration.copyOf(NetworkConfiguration.AgentNetworkConfiguration instance) Creates an immutable copy of aNetworkConfiguration.AgentNetworkConfigurationvalue.ImmutableNetworkConfiguration.AgentNetworkConfiguration.of(Iterable<? extends NamedHostAndPort> agentInfos) Construct a new immutableAgentNetworkConfigurationinstance.ImmutableNetworkConfiguration.AgentNetworkConfiguration.of(Set<NamedHostAndPort> agentInfos) Construct a new immutableAgentNetworkConfigurationinstance.ImmutableNetworkConfiguration.AgentNetworkConfiguration.withAgentInfos(NamedHostAndPort... elements) Copy the current immutable object with elements that replace the content ofagentInfos.ImmutableNetworkConfiguration.AgentNetworkConfiguration.withAgentInfos(Iterable<? extends NamedHostAndPort> elements) Copy the current immutable object with elements that replace the content ofagentInfos.