0

With actors I can write something like that:

val echo = system.actorOf("someActorName")
echo ! "hello world"
expectMsg("hello world")

But how I can intercept messages which are replicated to persistence view?

Marouane Gazanayi
  • 5,063
  • 6
  • 39
  • 58
Cherry
  • 31,309
  • 66
  • 224
  • 364

0 Answers0