Uses of Class
org.springframework.cloud.stream.binder.MessageValues
-
Packages that use MessageValues Package Description org.springframework.cloud.stream.binder -
-
Uses of MessageValues in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder that return MessageValues Modifier and Type Method Description static MessageValuesEmbeddedHeaderUtils. extractHeaders(byte[] payload)Return a message where headers, that were originally embedded into the payload, have been promoted back to actual headers.static MessageValuesEmbeddedHeaderUtils. extractHeaders(org.springframework.messaging.Message<byte[]> message, boolean copyRequestHeaders)Return a message where headers, that were originally embedded into the payload, have been promoted back to actual headers.Methods in org.springframework.cloud.stream.binder with parameters of type MessageValues Modifier and Type Method Description static byte[]EmbeddedHeaderUtils. embedHeaders(MessageValues original, String... headers)Return a new message where some of the original headers oforiginalhave been embedded into the new message payload.
-