Package akka.persistence
Class ThrowOverflowExceptionStrategy
- java.lang.Object
 - 
- akka.persistence.ThrowOverflowExceptionStrategy
 
 
- 
public class ThrowOverflowExceptionStrategy extends java.lang.ObjectThrowStashOverflowException, hence the persistent actor will starting recovery if guarded by default supervisor strategy. Be carefully if used together with persist/persistAll or has many messages needed to replay. 
- 
- 
Constructor Summary
Constructors Constructor Description ThrowOverflowExceptionStrategy() 
- 
Method Summary
All Methods Static Methods Abstract Methods Concrete Methods Modifier and Type Method Description static booleancanEqual(java.lang.Object x$1)abstract static booleanequals(java.lang.Object that)static ThrowOverflowExceptionStrategy$getInstance()Java API: get the singleton instancestatic inthashCode()static intproductArity()static java.lang.ObjectproductElement(int x$1)static java.lang.StringproductElementName(int n)static scala.collection.Iterator<java.lang.String>productElementNames()static scala.collection.Iterator<java.lang.Object>productIterator()static java.lang.StringproductPrefix()static java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static ThrowOverflowExceptionStrategy$ getInstance()
Java API: get the singleton instance 
- 
productPrefix
public static java.lang.String productPrefix()
 
- 
productArity
public static int productArity()
 
- 
productElement
public static java.lang.Object productElement(int x$1)
 
- 
productIterator
public static scala.collection.Iterator<java.lang.Object> productIterator()
 
- 
canEqual
public static boolean canEqual(java.lang.Object x$1)
 
- 
hashCode
public static int hashCode()
 
- 
toString
public static java.lang.String toString()
 
- 
equals
public abstract static boolean equals(java.lang.Object that)
 
- 
productElementName
public static java.lang.String productElementName(int n)
 
- 
productElementNames
public static scala.collection.Iterator<java.lang.String> productElementNames()
 
 - 
 
 -