| Interface | Description |
|---|---|
| KafkaMessageEncoder<E> |
An Encoder that is able to take an
E and return a {byte[]}. |
| Class | Description |
|---|---|
| KafkaMessageEncoderBase<E> | |
| LayoutKafkaMessageEncoder<E> |
A KafkaMessageEncoder that can be configured with a
Layout and a Charset and creates
a serialized string for each event using the given layout. |
| PatternLayoutKafkaMessageEncoder<E> | Deprecated
Use LayoutKafkaMessageEncoder instead!
|
Copyright © 2015–2016. All rights reserved.