Package io.atleon.rabbitmq
Interface BodyDeserializer<T>
-
- All Superinterfaces:
Configurable
- All Known Implementing Classes:
ByteArrayBodyDeserializer,StringBodyDeserializer
public interface BodyDeserializer<T> extends Configurable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdeserialize(SerializedBody body)-
Methods inherited from interface io.atleon.rabbitmq.Configurable
configure
-
-
-
-
Method Detail
-
deserialize
T deserialize(SerializedBody body)
-
-