Uses of Interface
fr.enedis.chutney.agent.domain.network.NetworkDescription
Packages that use NetworkDescription
Package
Description
-
Uses of NetworkDescription in fr.enedis.chutney.agent.api.mapper
Methods in fr.enedis.chutney.agent.api.mapper that return NetworkDescriptionModifier and TypeMethodDescriptionNetworkDescriptionApiMapper.fromDto(NetworkDescriptionApiDto networkDescriptionApiDto) Methods in fr.enedis.chutney.agent.api.mapper with parameters of type NetworkDescriptionModifier and TypeMethodDescriptionNetworkDescriptionApiMapper.toDto(NetworkDescription networkDescription) -
Uses of NetworkDescription in fr.enedis.chutney.agent.domain
Methods in fr.enedis.chutney.agent.domain with parameters of type NetworkDescriptionModifier and TypeMethodDescriptionvoidAgentClient.wrapUp(NamedHostAndPort agentInfo, NetworkDescription networkDescription) Propagate finalNetworkDescriptionto agents discovered duringConfigurationState.EXPLORINGphase. -
Uses of NetworkDescription in fr.enedis.chutney.agent.domain.configure
Methods in fr.enedis.chutney.agent.domain.configure that return NetworkDescriptionModifier and TypeMethodDescriptionConfigureService.configure(NetworkConfiguration networkConfiguration) GetCurrentNetworkDescriptionService.getCurrentNetworkDescription()Methods in fr.enedis.chutney.agent.domain.configure with parameters of type NetworkDescriptionModifier and TypeMethodDescriptionvoidConfigureService.wrapUpConfiguration(NetworkDescription networkDescription) -
Uses of NetworkDescription in fr.enedis.chutney.agent.domain.explore
Methods in fr.enedis.chutney.agent.domain.explore that return types with arguments of type NetworkDescriptionMethods in fr.enedis.chutney.agent.domain.explore with parameters of type NetworkDescriptionModifier and TypeMethodDescriptionvoidCurrentNetworkDescription.switchTo(NetworkDescription networkDescription) voidExploreAgentsService.wrapUp(NetworkDescription networkDescription) Propagate finalNetworkDescriptionrecursively to all reachable agents. -
Uses of NetworkDescription in fr.enedis.chutney.agent.domain.network
Classes in fr.enedis.chutney.agent.domain.network that implement NetworkDescriptionMethods in fr.enedis.chutney.agent.domain.network with parameters of type NetworkDescriptionModifier and TypeMethodDescriptionstatic ImmutableNetworkDescriptionImmutableNetworkDescription.copyOf(NetworkDescription instance) Creates an immutable copy of aNetworkDescriptionvalue.ImmutableNetworkDescription.Builder.from(NetworkDescription instance) Fill a builder with attribute values from the providedNetworkDescriptioninstance. -
Uses of NetworkDescription in fr.enedis.chutney.agent.infra.storage
Methods in fr.enedis.chutney.agent.infra.storage that return types with arguments of type NetworkDescriptionMethods in fr.enedis.chutney.agent.infra.storage with parameters of type NetworkDescriptionModifier and TypeMethodDescriptionvoidJsonFileCurrentNetworkDescription.switchTo(NetworkDescription networkDescription)