Class RetryingCallableTest.NeverFailing

java.lang.Object
io.debezium.embedded.async.RetryingCallable<Integer>
io.debezium.embedded.async.RetryingCallableTest.NeverFailing
All Implemented Interfaces:
Callable<Integer>
Direct Known Subclasses:
RetryingCallableTest.AlwaysFailing, RetryingCallableTest.TwoTimesFailing
Enclosing class:
RetryingCallableTest

private static class RetryingCallableTest.NeverFailing extends io.debezium.embedded.async.RetryingCallable<Integer>
  • Field Details

    • calls

      protected volatile int calls
  • Constructor Details

    • NeverFailing

      NeverFailing(int retries)
  • Method Details

    • doCall

      public Integer doCall() throws Exception
      Specified by:
      doCall in class io.debezium.embedded.async.RetryingCallable<Integer>
      Throws:
      Exception
    • delayStrategy

      public DelayStrategy delayStrategy()
      Specified by:
      delayStrategy in class io.debezium.embedded.async.RetryingCallable<Integer>