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.