Class ProcessingPolicy.DefaultPolicies.FailNextNCond
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.FailNextNCond
- All Implemented Interfaces:
ProcessingPolicy<U>
- Enclosing interface:
- ProcessingPolicy.DefaultPolicies<U>
public static class ProcessingPolicy.DefaultPolicies.FailNextNCond
extends ProcessingPolicy.DefaultPolicies.CountNextNCond
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.persistence.testkit.ProcessingPolicy
ProcessingPolicy.DefaultPolicies<U> -
Constructor Summary
ConstructorsConstructorDescriptionFailNextNCond(int _numberToFail, Throwable _failureException, scala.Function2<String, U, Object> cond, scala.Function0<scala.runtime.BoxedUnit> onLimitExceed) -
Method Summary
Methods inherited from class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.ReturnAfterNextNCond
tryProcess
-
Constructor Details
-
FailNextNCond
-
-
Method Details
-
$lessinit$greater$default$4
public static void $lessinit$greater$default$4()
-