|
Spring Integration Kafka Support | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.kafka.listener.LongEncoderDecoder
public class LongEncoderDecoder
Kafka Encoder
and Decoder
for Long values.
Constructor Summary | |
---|---|
LongEncoderDecoder()
|
Method Summary | |
---|---|
java.lang.Long |
fromBytes(byte[] bytes)
|
byte[] |
toBytes(java.lang.Long value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LongEncoderDecoder()
Method Detail |
---|
public java.lang.Long fromBytes(byte[] bytes)
fromBytes
in interface kafka.serializer.Decoder<java.lang.Long>
public byte[] toBytes(java.lang.Long value)
toBytes
in interface kafka.serializer.Encoder<java.lang.Long>
|
Spring Integration Kafka Support | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |