ReplyToStrategy
org.apache.pekko.persistence.ReplyToStrategy
final case class ReplyToStrategy(response: Any) extends StashOverflowStrategy
Reply to sender with predefined response, and discard the received message silently.
Value parameters
- response
-
the message replying to sender with
Attributes
- Source
- PersistentActor.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StashOverflowStrategyclass Objecttrait Matchableclass Any
Members list
In this article