Package | Description |
---|---|
org.springframework.amqp.core |
Provides core classes for the spring AMQP abstraction.
|
Modifier and Type | Method and Description |
---|---|
MessagePropertiesBuilder |
MessagePropertiesBuilder.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 by
build() . |
static MessagePropertiesBuilder |
MessagePropertiesBuilder.newInstance()
Returns a builder with an initial set of properties.
|
Copyright © 2019. All rights reserved.