Class ExpectedRejection$
- java.lang.Object
- 
- java.lang.Throwable
- 
- org.apache.pekko.persistence.testkit.ExpectedRejection
- 
- org.apache.pekko.persistence.testkit.ExpectedRejection$
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ExpectedRejection$ extends ExpectedRejection - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static ExpectedRejection$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description ExpectedRejection$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpectedRejectiongetInstance()- 
Methods inherited from class org.apache.pekko.persistence.testkit.ExpectedRejectionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
MODULE$public static final ExpectedRejection$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
getInstancepublic ExpectedRejection getInstance() - Overrides:
- getInstancein class- ExpectedRejection
 
 
- 
 
-