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 fr.enedis.chutney.engine.domain.delegation.NamedHostAndPort> agentInfos) Construct a new immutableAgentNetworkConfigurationinstance.ImmutableNetworkConfiguration.AgentNetworkConfiguration.of(Set<fr.enedis.chutney.engine.domain.delegation.NamedHostAndPort> agentInfos) Construct a new immutableAgentNetworkConfigurationinstance.ImmutableNetworkConfiguration.AgentNetworkConfiguration.withAgentInfos(fr.enedis.chutney.engine.domain.delegation.NamedHostAndPort... elements) Copy the current immutable object with elements that replace the content ofagentInfos.ImmutableNetworkConfiguration.AgentNetworkConfiguration.withAgentInfos(Iterable<? extends fr.enedis.chutney.engine.domain.delegation.NamedHostAndPort> elements) Copy the current immutable object with elements that replace the content ofagentInfos.