Uses of Class
org.springframework.amqp.core.MessagePropertiesBuilder
Packages that use MessagePropertiesBuilder
Package
Description
Provides core classes for the spring AMQP abstraction.
-
Uses of MessagePropertiesBuilder in org.springframework.amqp.core
Methods in org.springframework.amqp.core that return MessagePropertiesBuilderModifier and TypeMethodDescriptionMessagePropertiesBuilder.copyProperties
(MessageProperties properties) static MessagePropertiesBuilder
MessagePropertiesBuilder.fromClonedProperties
(MessageProperties properties) Performs a shallow copy of the properties for the initial value.static MessagePropertiesBuilder
MessagePropertiesBuilder.fromProperties
(MessageProperties properties) Initializes the builder with the supplied properties; the same object will be returned bybuild()
.static MessagePropertiesBuilder
MessagePropertiesBuilder.newInstance()
Returns a builder with an initial set of properties.