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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product