Interface PayloadExchange
- All Known Implementing Classes:
DefaultPayloadExchange
public interface PayloadExchange
Contract for a Payload interaction.
- Since:
- 5.2
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.util.MimeType
org.springframework.util.MimeType
io.rsocket.Payload
getType()
-
Method Details
-
getType
PayloadExchangeType getType() -
getPayload
io.rsocket.Payload getPayload() -
getDataMimeType
org.springframework.util.MimeType getDataMimeType() -
getMetadataMimeType
org.springframework.util.MimeType getMetadataMimeType()
-