Package io.atleon.aws.sqs
Interface BodySerializer<T>
-
- Type Parameters:
T- Type to be serialized from
- All Superinterfaces:
io.atleon.util.Configurable
- All Known Implementing Classes:
StringBodySerializer
public interface BodySerializer<T> extends io.atleon.util.ConfigurableAn interface for converting objects to SQS Message bodies.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidconfigure(Map<String,?> properties)Stringserialize(T data)
-