Package zmq
Interface IMailbox
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- All Known Implementing Classes:
Mailbox
,MailboxSafe
public interface IMailbox extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Command
recv(long timeout)
void
send(Command cmd)
-