Interface JsonPayloadSender<T>
-
- All Known Implementing Classes:
BatchSender
,SimpleSender
public interface JsonPayloadSender<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
send(Collection<T> payloads)
-
-
-
Method Detail
-
send
void send(Collection<T> payloads) throws Exception
- Throws:
Exception
-
-