Package io.atleon.rabbitmq
Class LongBodySerializer
- java.lang.Object
-
- io.atleon.rabbitmq.LongBodySerializer
-
- All Implemented Interfaces:
BodySerializer<Long>,io.atleon.util.Configurable
public class LongBodySerializer extends Object implements BodySerializer<Long>
-
-
Constructor Summary
Constructors Constructor Description LongBodySerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(Map<String,?> properties)SerializedBodyserialize(Long aLong)
-
-
-
Method Detail
-
configure
public void configure(Map<String,?> properties)
- Specified by:
configurein interfaceio.atleon.util.Configurable
-
serialize
public SerializedBody serialize(Long aLong)
- Specified by:
serializein interfaceBodySerializer<Long>
-
-