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

Source:
PersistentActor.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product