We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e94d6 commit 607eceaCopy full SHA for 607ecea
core/src/main/java/dev/failsafe/PolicyConfig.java
@@ -28,6 +28,9 @@ public abstract class PolicyConfig<R> {
28
volatile EventListener<ExecutionCompletedEvent<R>> successListener;
29
volatile EventListener<ExecutionCompletedEvent<R>> failureListener;
30
31
+ /** Indicates whether exceptions are checked by a configured failure condition */
32
+ protected boolean exceptionsChecked;
33
+
34
protected PolicyConfig() {
35
}
36
0 commit comments