Uses of Class
com.github.fridujo.rabbitmq.mock.AmqArguments.Overflow
-
Packages that use AmqArguments.Overflow Package Description com.github.fridujo.rabbitmq.mock com.github.fridujo.rabbitmq.mock.configuration -
-
Uses of AmqArguments.Overflow in com.github.fridujo.rabbitmq.mock
Methods in com.github.fridujo.rabbitmq.mock that return AmqArguments.Overflow Modifier and Type Method Description AmqArguments.OverflowAmqArguments. overflow()static AmqArguments.OverflowAmqArguments.Overflow. valueOf(String name)Returns the enum constant of this type with the specified name.static AmqArguments.Overflow[]AmqArguments.Overflow. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AmqArguments.Overflow in com.github.fridujo.rabbitmq.mock.configuration
Methods in com.github.fridujo.rabbitmq.mock.configuration with parameters of type AmqArguments.Overflow Modifier and Type Method Description QueueDeclaratorQueueDeclarator. withOverflow(AmqArguments.Overflow overflow)
-