Class SinkBox<Msg extends Serializable>

All Implemented Interfaces:
Serializable, Remote, Mailbox<Msg>

public class SinkBox<Msg extends Serializable> extends QueuedMailbox<Msg>
A Mailbox that throws away all mail (after any forwarding).
See Also: