Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1362

Best way to pause an actor command and retry it without blocking the actor

$
0
0

hello, I am trying to find the best way to pause an actor command and retry it without blocking the actor itselt.
Basically events are filling a hashtable and I need to wait until a specific index of my table is received. So I need to try on a regular basis to see if the array is received but without blocking the actor as it needs to continue to receive other events.
Thanks

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1362

Trending Articles