public class RetryableSender extends Sender<RetryableSender.Config>
| Modifier and Type | Class and Description |
|---|---|
static class |
RetryableSender.Config |
static class |
RetryableSender.RetryOverException |
| Constructor and Description |
|---|
RetryableSender(RetryableSender.Config config) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
sendInternal(java.util.List<java.nio.ByteBuffer> dataList,
byte[] ackToken) |
java.lang.String |
toString() |
send, send, sendWithAckpublic RetryableSender(RetryableSender.Config config)
public void close()
throws java.io.IOException
java.io.IOExceptionprotected void sendInternal(java.util.List<java.nio.ByteBuffer> dataList,
byte[] ackToken)
throws java.io.IOException
sendInternal in class Sender<RetryableSender.Config>java.io.IOExceptionpublic java.lang.String toString()
toString in class Sender<RetryableSender.Config>