Uses of Class
org.springframework.integration.support.MutableMessage
Package
Description
Base core support package.
Provides classes supporting json.
Provides classes to support of Micrometer Observation API.
-
Uses of MutableMessage in org.springframework.integration.support
Modifier and TypeMethodDescriptionstatic MutableMessage<?>
Build a newMutableMessage
based on the provided message if that one is not already aMutableMessage
. -
Uses of MutableMessage in org.springframework.integration.support.json
Modifier and TypeMethodDescriptionprotected MutableMessage<?>
MutableMessageJacksonDeserializer.buildMessage
(MutableMessageHeaders headers, Object payload, com.fasterxml.jackson.databind.JsonNode root, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of MutableMessage in org.springframework.integration.support.management.observation
ModifierConstructorDescriptionMessageSenderContext
(MutableMessage<?> message, String producerName)