Package io.atleon.rabbitmq
Interface BodySerializer<T>
-
- All Superinterfaces:
Configurable
- All Known Implementing Classes:
ByteArrayBodySerializer,StringBodySerializer
public interface BodySerializer<T> extends Configurable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SerializedBodyserialize(T t)-
Methods inherited from interface io.atleon.rabbitmq.Configurable
configure
-
-
-
-
Method Detail
-
serialize
SerializedBody serialize(T t)
-
-