Uses of Enum Class
org.springframework.amqp.core.QueueBuilder.Overflow
Packages that use QueueBuilder.Overflow
Package
Description
Provides core classes for the spring AMQP abstraction.
-
Uses of QueueBuilder.Overflow in org.springframework.amqp.core
Methods in org.springframework.amqp.core that return QueueBuilder.OverflowModifier and TypeMethodDescriptionstatic QueueBuilder.OverflowReturns the enum constant of this class with the specified name.static QueueBuilder.Overflow[]QueueBuilder.Overflow.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.amqp.core with parameters of type QueueBuilder.OverflowModifier and TypeMethodDescriptionQueueBuilder.overflow(QueueBuilder.Overflow overflow) Set the overflow mode when messages are dropped due to max messages or max message size is exceeded.