Class MessageCodec
java.lang.Object
org.springframework.integration.codec.kryo.AbstractKryoCodec
org.springframework.integration.codec.kryo.PojoCodec
org.springframework.integration.codec.kryo.MessageCodec
- All Implemented Interfaces:
- Codec
- 
Field SummaryFields inherited from class org.springframework.integration.codec.kryo.AbstractKryoCodecpool
- 
Constructor SummaryConstructorsConstructorDescriptionConstruct an instance using the default registration ids for message headers.MessageCodec(MessageKryoRegistrar registrar) Construct an instance using a custom registrar - usually used if different registration ids are required for message headers.
- 
Method SummaryMethods inherited from class org.springframework.integration.codec.kryo.PojoCodecconfigureKryoInstance, doDecode, doEncodeMethods inherited from class org.springframework.integration.codec.kryo.AbstractKryoCodecdecode, decode, encode, encode
- 
Constructor Details- 
MessageCodecpublic MessageCodec()Construct an instance using the default registration ids for message headers.
- 
MessageCodecConstruct an instance using a custom registrar - usually used if different registration ids are required for message headers.- Parameters:
- registrar- the registrar.
 
 
-