public interface Sender<T>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
send(T msg) |
void |
setIdleTimeout(int i) |
void setIdleTimeout(int i)
void send(T msg)
void flush()
void close()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.