|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.kafka.listener.KafkaTopicOffsetManager.KeyEncoderDecoder
public static class KafkaTopicOffsetManager.KeyEncoderDecoder
Constructor Summary | |
---|---|
KafkaTopicOffsetManager.KeyEncoderDecoder()
|
Method Summary | |
---|---|
KafkaTopicOffsetManager.Key |
fromBytes(byte[] bytes)
|
byte[] |
toBytes(KafkaTopicOffsetManager.Key key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KafkaTopicOffsetManager.KeyEncoderDecoder()
Method Detail |
---|
public KafkaTopicOffsetManager.Key fromBytes(byte[] bytes)
fromBytes
in interface kafka.serializer.Decoder<KafkaTopicOffsetManager.Key>
public byte[] toBytes(KafkaTopicOffsetManager.Key key)
toBytes
in interface kafka.serializer.Encoder<KafkaTopicOffsetManager.Key>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |