Uses of Enum
com.rabbitmq.client.amqp.Management.OverflowStrategy
Packages that use Management.OverflowStrategy
-
Uses of Management.OverflowStrategy in com.rabbitmq.client.amqp
Methods in com.rabbitmq.client.amqp that return Management.OverflowStrategyModifier and TypeMethodDescriptionstatic Management.OverflowStrategy
Returns the enum constant of this type with the specified name.static Management.OverflowStrategy[]
Management.OverflowStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.rabbitmq.client.amqp with parameters of type Management.OverflowStrategyModifier and TypeMethodDescriptionManagement.QueueSpecification.overflowStrategy
(Management.OverflowStrategy overflow) The overflow strategy.