Esempio n. 1
0
 @Override
 public StepActionResult call() throws Exception {
   cardAction.deref();
   cardAction = new Promise<>();
   return new StepActionResult(StepActionResultStatus.REPEAT);
 }