Class ProcessingPolicy.DefaultPolicies.FailNextN
- java.lang.Object
-
- org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.ReturnAfterNextNCond
-
- org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.CountNextNCond
-
- org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.FailNextN
-
- All Implemented Interfaces:
ProcessingPolicy<U>
- Enclosing interface:
- ProcessingPolicy.DefaultPolicies<U>
public static class ProcessingPolicy.DefaultPolicies.FailNextN extends ProcessingPolicy.DefaultPolicies.CountNextNCond
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.pekko.persistence.testkit.ProcessingPolicy
ProcessingPolicy.DefaultPolicies<U>
-
-
Constructor Summary
Constructors Constructor Description FailNextN(int _numberToFail, java.lang.Throwable _failureException, scala.Function0<scala.runtime.BoxedUnit> onLimitExceed)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
$lessinit$greater$default$3()
-
Methods inherited from class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.ReturnAfterNextNCond
tryProcess
-
-