Wednesday, October 14, 2015

Wait a minute

       
if (result.getCode().equals("10")) {
                    log.info("Hammer Time! Sleeping one minute, waiting for the request to be processed by external entity");
                    Thread.sleep(60000);
                }
       
 

No comments:

Post a Comment