| Interface | Description |
|---|---|
| ChannelAuth |
Interface to be implemented by Authentication classes responsible for adding the Authorization header to channel
requests.
|
| Consumer | |
| ConsumerRecordProcessor |
ConsumerRecordProcessor is an interface that must be implemented by the process which receives the consumed records.
|
| Producer |
| Class | Description |
|---|---|
| Channel |
The
Channel class is responsible for all communication with the streaming service. |
| HttpConnection |
The
HttpConnection class provides an SSL communication layer for Channel requests. |
| HttpProxySettings |
The
HttpProxySettings class collects all http proxy settings in a single object. |
| Request |
Request class is used to set up and send HTTP Post, Get and Delete requests to a given URI.
|
| Enum | Description |
|---|---|
| HttpStatusCodes |
HttpStatusCodes defines the HTTP codes which the Databus Consumer Service can return.
|