Interface NetworkConfiguration
- All Known Implementing Classes:
ImmutableNetworkConfiguration
@Immutable
@Enclosing
public interface NetworkConfiguration
Network global configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionSet ofNamedHostAndPortrepresenting the agent network.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.Set ofEnvironmentrepresenting environment declared.
-
Method Details
-
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.
-