Retrieves the navigation route for a given client and swarm. Delegates to NavigationValidationService.getNavigationRoute to obtain a Set of visited agent names, with optional logging based on global configuration.
NavigationValidationService.getNavigationRoute
Set
The unique identifier of the client session.
The name of the swarm to operate on.
Retrieves the navigation route for a given client and swarm. Delegates to
NavigationValidationService.getNavigationRoute
to obtain aSet
of visited agent names, with optional logging based on global configuration.