You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After `node` creation, we could register several mailboxes:
51
51
52
-
> **IMPORTANT:** The main differenece between `MailboxQueueType.NON_BLOCKING` and `MailboxQueueType.BLOCKING` mailbox types is the way to extract the values from a queue.
53
-
>
54
-
> *`MailboxQueueType.NON_BLOCKING` - uses java.util.Queue.poll() under the hood;
55
-
>
56
-
> *`MailboxQueueType.BLOCKING` - uses java.util.concurrent.BlockingQueue.take() method (automatically performs type checking)
0 commit comments