Interface MessageConversionContext

All Known Subinterfaces:
AcknowledgementAwareMessageConversionContext
All Known Implementing Classes:
SqsMessageConversionContext

public interface MessageConversionContext
Marker interface for a message conversion context.
Since:
3.0
Author:
Tomaz Fernandes
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    An optional parameter with the payload class to be used by the conversion process.
  • Method Details

    • getPayloadClass

      @Nullable Class<?> getPayloadClass()
      An optional parameter with the payload class to be used by the conversion process.
      Returns:
      the payload class.