Interface PayloadExchange

All Known Implementing Classes:
DefaultPayloadExchange

public interface PayloadExchange
Contract for a Payload interaction.
Since:
5.2
  • Method Details

    • getType

    • getPayload

      io.rsocket.Payload getPayload()
    • getDataMimeType

      org.springframework.util.MimeType getDataMimeType()
    • getMetadataMimeType

      org.springframework.util.MimeType getMetadataMimeType()