Uses of Interface
fr.enedis.chutney.agent.domain.configure.NetworkConfiguration.AgentNetworkConfiguration
Packages that use NetworkConfiguration.AgentNetworkConfiguration
-
Uses of NetworkConfiguration.AgentNetworkConfiguration in fr.enedis.chutney.agent.domain.configure
Classes in fr.enedis.chutney.agent.domain.configure that implement NetworkConfiguration.AgentNetworkConfigurationModifier and TypeClassDescriptionstatic final classImmutable implementation ofNetworkConfiguration.AgentNetworkConfiguration.Methods in fr.enedis.chutney.agent.domain.configure that return NetworkConfiguration.AgentNetworkConfigurationModifier and TypeMethodDescriptionImmutableNetworkConfiguration.agentNetworkConfiguration()Set ofNamedHostAndPortrepresenting the agent network.NetworkConfiguration.agentNetworkConfiguration()Set ofNamedHostAndPortrepresenting the agent network.Methods in fr.enedis.chutney.agent.domain.configure with parameters of type NetworkConfiguration.AgentNetworkConfigurationModifier and TypeMethodDescriptionImmutableNetworkConfiguration.Builder.agentNetworkConfiguration(NetworkConfiguration.AgentNetworkConfiguration agentNetworkConfiguration) Initializes the value for theagentNetworkConfigurationattribute.ImmutableNetworkConfiguration.AgentNetworkConfiguration.copyOf(NetworkConfiguration.AgentNetworkConfiguration instance) Creates an immutable copy of aNetworkConfiguration.AgentNetworkConfigurationvalue.ImmutableNetworkConfiguration.AgentNetworkConfiguration.Builder.from(NetworkConfiguration.AgentNetworkConfiguration instance) Fill a builder with attribute values from the providedAgentNetworkConfigurationinstance.ImmutableNetworkConfiguration.withAgentNetworkConfiguration(NetworkConfiguration.AgentNetworkConfiguration value) Copy the current immutable object by setting a value for theagentNetworkConfigurationattribute.