return String.format("Checking that all enhancement engines for " +
"endpoint '%s' are ready",endpoint);
}
};
new RetryLoop(c, ENGINES_TIMEOUT_SECONDS, WAIT_BETWEEN_TRIES_MSEC) {
@Override
protected void reportException(Throwable t) {
log.info("Exception in RetryLoop, will retry for up to "
+ getRemainingTimeSeconds() + " seconds: ", t);
}