public interface MessageBufferListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
bufferFull(List<T> messages)
Notification when the buffer at the relay peer is full.
|
void bufferFull(List<T> messages)
MessageBuffer#collectBuffer() to
collect the messagesmessages - the messages that were buffered. Note that the buffer of MessageBuffer is
cleared as soon as this method call has been set.Copyright © 2014. All rights reserved.