Interface NetworkConfiguration
-
- All Known Implementing Classes:
ImmutableNetworkConfiguration
@Immutable @Enclosing public interface NetworkConfigurationNetwork global configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNetworkConfiguration.AgentNetworkConfigurationstatic interfaceNetworkConfiguration.EnvironmentConfiguration
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkConfiguration.AgentNetworkConfigurationagentNetworkConfiguration()Set ofNamedHostAndPortrepresenting the agent network.InstantcreationDate()Used to determine if a configuration have already been applied, and to avoid infinite-loop / dead-lock when propagating the configuration in the agent network.NetworkConfiguration.EnvironmentConfigurationenvironmentConfiguration()Set ofEnvironmentrepresenting environment declared.
-
-
-
Method Detail
-
creationDate
Instant creationDate()
Used to determine if a configuration have already been applied, and to avoid infinite-loop / dead-lock when propagating the configuration in the agent network.
-
agentNetworkConfiguration
NetworkConfiguration.AgentNetworkConfiguration agentNetworkConfiguration()
Set ofNamedHostAndPortrepresenting the agent network.
-
environmentConfiguration
NetworkConfiguration.EnvironmentConfiguration environmentConfiguration()
Set ofEnvironmentrepresenting environment declared.
-
-