public interface Mailbox<SendT,RecvT>
| Modifier and Type | Method and Description |
|---|---|
ReplyMessage<RecvT> |
exchange(SendT value) |
void |
receive(RecvT response) |
void |
send(SendT value) |
void send(SendT value)
ReplyMessage<RecvT> exchange(SendT value)
void receive(RecvT response)
Copyright © 2025 Webull. All rights reserved.