Interface and Description |
---|
org.springframework.amqp.rabbit.core.RabbitTemplate.ReturnCallback
in favor of
RabbitTemplate.ReturnCallback.returnedMessage(ReturnedMessage) which is
easier to use with lambdas. |
Enum and Description |
---|
org.springframework.amqp.core.QueueBuilder.MasterLocator
in favor of
QueueBuilder.LeaderLocator . |
Field and Description |
---|
org.springframework.amqp.core.Queue.X_QUEUE_MASTER_LOCATOR
in favor of
Queue.X_QUEUE_LEADER_LOCATOR . |