return VisitResult.ACCEPT;
}
// If we made it this far, the component matches one of
// client ids, so perform the visit.
VisitResult result = callback.visit(this, component);
// Remove the component from our "unvisited" collection
_unvisitedClientIds.remove(clientId);
// If the unvisited collection is now empty, we are done.