Uses of Interface
fr.enedis.chutney.agent.domain.explore.ExploreResult
Packages that use ExploreResult
Package
Description
-
Uses of ExploreResult in fr.enedis.chutney.agent.api.mapper
Methods in fr.enedis.chutney.agent.api.mapper that return ExploreResultModifier and TypeMethodDescriptionExploreResultApiMapper.fromDto(ExploreResultApiDto linksEntity, ExploreResultApiDto.AgentLinkEntity linkToExploredAgent) Methods in fr.enedis.chutney.agent.api.mapper with parameters of type ExploreResult -
Uses of ExploreResult in fr.enedis.chutney.agent.domain
Methods in fr.enedis.chutney.agent.domain that return ExploreResultModifier and TypeMethodDescriptionAgentClient.explore(String localName, NamedHostAndPort agentInfo, NetworkConfiguration networkConfiguration) -
Uses of ExploreResult in fr.enedis.chutney.agent.domain.explore
Classes in fr.enedis.chutney.agent.domain.explore that implement ExploreResultFields in fr.enedis.chutney.agent.domain.explore declared as ExploreResultMethods in fr.enedis.chutney.agent.domain.explore that return ExploreResultModifier and TypeMethodDescriptionExploreAgentsService.explore(NetworkConfiguration networkConfiguration) Propagate givenNetworkConfigurationrecursively to all reachable agents.Methods in fr.enedis.chutney.agent.domain.explore with parameters of type ExploreResultModifier and TypeMethodDescriptionstatic ImmutableExploreResultImmutableExploreResult.copyOf(ExploreResult instance) Creates an immutable copy of aExploreResultvalue.ImmutableExploreResult.Builder.from(ExploreResult instance) Fill a builder with attribute values from the providedExploreResultinstance. -
Uses of ExploreResult in fr.enedis.chutney.agent.domain.network
Methods in fr.enedis.chutney.agent.domain.network with parameters of type ExploreResultModifier and TypeMethodDescriptionstatic AgentGraphAgentGraph.of(ExploreResult exploreResult, NetworkConfiguration networkConfiguration)