Convert the given Object to serialized form, possibly using a
MessageConverter,
wrap it as a message with the given headers and send it to
the given destination.
Convert the given Object to serialized form, possibly using a
MessageConverter,
wrap it as a message with the given headers, apply the given post processor,
and send the resulting message to the given destination.
Convert the given Object to serialized form, possibly using a
MessageConverter,
wrap it as a message, apply the given post processor, and send
the resulting message to the given destination.
Convert the given Object to serialized form, possibly using a
MessageConverter,
wrap it as a message, apply the given post processor, and send
the resulting message to a default destination.
Convert the given Object to serialized form, possibly using a
MessageConverter, wrap it as a message with the given
headers and apply the given post processor.
public static final java.lang.String CONVERSION_HINT_HEADER
Name of the header that can be set to provide further information
(e.g. a MethodParameter instance) about the origin of the
payload, to be taken into account as a conversion hint.
public void setDefaultDestination(@NullableD defaultDestination)
Configure the default destination to use in send methods that don't have
a destination argument. If a default destination is not configured, send methods
without a destination argument will raise an exception if invoked.
Convert the given Object to serialized form, possibly using a
MessageConverter,
wrap it as a message with the given headers and send it to
the given destination.
Convert the given Object to serialized form, possibly using a
MessageConverter,
wrap it as a message, apply the given post processor, and send
the resulting message to a default destination.
Convert the given Object to serialized form, possibly using a
MessageConverter,
wrap it as a message, apply the given post processor, and send
the resulting message to the given destination.
Convert the given Object to serialized form, possibly using a
MessageConverter,
wrap it as a message with the given headers, apply the given post processor,
and send the resulting message to the given destination.
Convert the given Object to serialized form, possibly using a
MessageConverter, wrap it as a message with the given
headers and apply the given post processor.
Parameters:
payload - the Object to use as payload
headers - headers for the message to send
postProcessor - the post processor to apply to the message