Package io.debezium.embedded.async
Class RetryingCallableTest.NeverFailing
java.lang.Object
io.debezium.embedded.async.RetryingCallable<Integer>
io.debezium.embedded.async.RetryingCallableTest.NeverFailing
- Direct Known Subclasses:
RetryingCallableTest.AlwaysFailing,RetryingCallableTest.TwoTimesFailing
- Enclosing class:
- RetryingCallableTest
private static class RetryingCallableTest.NeverFailing
extends io.debezium.embedded.async.RetryingCallable<Integer>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.embedded.async.RetryingCallable
call
-
Field Details
-
calls
protected volatile int calls
-
-
Constructor Details
-
NeverFailing
NeverFailing(int retries)
-
-
Method Details