Uses of Class
org.springframework.cloud.stream.binder.MessageValues
Packages that use MessageValues
-
Uses of MessageValues in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder that return MessageValuesModifier and TypeMethodDescriptionstatic 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 MessageValuesModifier and TypeMethodDescriptionstatic 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.