Interface NetworkConfiguration

All Known Implementing Classes:
ImmutableNetworkConfiguration

@Immutable @Enclosing public interface NetworkConfiguration
Network global configuration.
  • 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

      Set of NamedHostAndPort representing the agent network.
    • environmentConfiguration

      Set of Environment representing environment declared.