Package io.atleon.rabbitmq
Interface BodySerializer<T>
-
- All Superinterfaces:
io.atleon.util.Configurable
- All Known Implementing Classes:
ByteArrayBodySerializer,LongBodySerializer,StringBodySerializer
public interface BodySerializer<T> extends io.atleon.util.Configurable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidconfigure(Map<String,?> properties)SerializedBodyserialize(T t)
-
-
-
Method Detail
-
configure
default void configure(Map<String,?> properties)
- Specified by:
configurein interfaceio.atleon.util.Configurable
-
serialize
SerializedBody serialize(T t)
-
-