Apache Pekko 2.0.0-M3+222-b197663b-SNAPSHOT - org.apache.pekko.persistence.ThrowOverflowExceptionStrategy Apache Pekko2.0.0-M3+222-b197663b-SNAPSHOT < Back  Packages  package root Definition Classesroot  package org Definition Classesroot  package apache Definition Classesorg  package pekko Definition Classesapache  package persistence Definition Classespekko  package fsm Definition Classespersistence  package japi Definition Classespersistence  package journal Definition Classespersistence  package query Definition Classespersistence  package scalatest Definition Classespersistence  package serialization Definition Classespersistence  package snapshot Definition Classespersistence  package state Definition Classespersistence  package testkit Definition Classespersistence  package typed Definition Classespersistence AbstractPersistentActor AbstractPersistentActorWithAtLeastOnceDelivery AbstractPersistentActorWithTimers AtLeastOnceDelivery AtLeastOnceDeliveryLike AtomicWrite CapabilityFlag CapabilityFlags DeleteMessagesFailure DeleteMessagesSuccess DeleteSnapshotFailure DeleteSnapshotSuccess DeleteSnapshotsFailure DeleteSnapshotsSuccess DiscardConfigurator DiscardToDeadLetterStrategy DurableStateStoreCapabilityFlags FilteredPayload JournalCapabilityFlags Persistence PersistenceIdentity PersistenceRecovery PersistenceSettings PersistenceStash PersistentActor PersistentRepr PluginSpec Recovery RecoveryCompleted RecoveryTimedOut ReplyToStrategy RuntimePluginConfig SaveSnapshotFailure SaveSnapshotSuccess SelectedSnapshot SnapshotMetadata SnapshotOffer SnapshotSelectionCriteria SnapshotStoreCapabilityFlags Snapshotter StashOverflowStrategy StashOverflowStrategyConfigurator TestPayload TestSerializer ThrowExceptionConfigurator ThrowOverflowExceptionStrategy o org.apache.pekko.persistenceThrowOverflowExceptionStrategy case object ThrowOverflowExceptionStrategy extends StashOverflowStrategy with Product with Serializable Throw pekko.actor.StashOverflowException, 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. SourcePersistentActor.scala Linear Supertypes Serializable, Product, Equals, StashOverflowStrategy, AnyRef, Any  Ordering Alphabetic By Inheritance Inherited ThrowOverflowExceptionStrategy Serializable Product Equals StashOverflowStrategy AnyRef Any Hide All Show All Visibility Public Protected Value Members  final def !=(arg0: Any): Boolean Definition ClassesAnyRef → Any  final def ##: Int Definition ClassesAnyRef → Any  final def ==(arg0: Any): Boolean Definition ClassesAnyRef → Any  final def asInstanceOf[T0]: T0 Definition ClassesAny  def clone(): AnyRef Attributesprotected[lang] Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()  final def eq(arg0: AnyRef): Boolean Definition ClassesAnyRef  def equals(arg0: AnyRef): Boolean Definition ClassesAnyRef → Any  final def getClass(): Class[_ <: AnyRef] Definition ClassesAnyRef → AnyAnnotations@IntrinsicCandidate() @native()  def getInstance: ThrowOverflowExceptionStrategy Java API: get the singleton instance  final def isInstanceOf[T0]: Boolean Definition ClassesAny  final def ne(arg0: AnyRef): Boolean Definition ClassesAnyRef  final def notify(): Unit Definition ClassesAnyRefAnnotations@IntrinsicCandidate() @native()  final def notifyAll(): Unit Definition ClassesAnyRefAnnotations@IntrinsicCandidate() @native()  def productElementName(n: Int): String Definition ClassesProduct  def productElementNames: Iterator[String] Definition ClassesProduct  final def synchronized[T0](arg0: => T0): T0 Definition ClassesAnyRef  final def wait(arg0: Long, arg1: Int): Unit Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.InterruptedException])  final def wait(arg0: Long): Unit Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.InterruptedException]) @native()  final def wait(): Unit Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.InterruptedException]) Deprecated Value Members  def finalize(): Unit Attributesprotected[lang] Definition ClassesAnyRefAnnotations@throws(classOf[java.lang.Throwable]) @Deprecated Deprecated (Since version 9) Inherited from Serializable Inherited from Product Inherited from Equals Inherited from StashOverflowStrategy Inherited from AnyRef Inherited from Any Ungrouped