| Interface | Description |
|---|---|
| Emitter |
Emitter interface.
|
| RequestCallback |
Provides a callback interface for reporting counts of successfully sent
events and returning any failed events to be handled by the developer.
|
| Class | Description |
|---|---|
| AbstractEmitter |
AbstractEmitter class which contains common elements to
the emitters wrapped in a builder format.
|
| AbstractEmitter.Builder<T extends AbstractEmitter.Builder<T>> | |
| BatchEmitter |
An emitter that emit a batch of events in a single call
It uses the post method of under-laying http adapter
|
| BatchEmitter.Builder<T extends BatchEmitter.Builder<T>> | |
| SimpleEmitter |
An emitter which sends events as soon as they are received via
GET requests.
|
| SimpleEmitter.Builder<T extends SimpleEmitter.Builder<T>> |