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