Package io.atleon.rabbitmq
Class LongBodyDeserializer
- java.lang.Object
-
- io.atleon.rabbitmq.LongBodyDeserializer
-
- All Implemented Interfaces:
BodyDeserializer<Long>,io.atleon.util.Configurable
public final class LongBodyDeserializer extends Object implements BodyDeserializer<Long>
-
-
Constructor Summary
Constructors Constructor Description LongBodyDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longdeserialize(SerializedBody body)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.atleon.rabbitmq.BodyDeserializer
configure
-
-
-
-
Method Detail
-
deserialize
public Long deserialize(SerializedBody body)
- Specified by:
deserializein interfaceBodyDeserializer<Long>
-
-