Uses of Class
com.github.fridujo.rabbitmq.mock.DeadLettering.ReasonType
-
Packages that use DeadLettering.ReasonType Package Description com.github.fridujo.rabbitmq.mock -
-
Uses of DeadLettering.ReasonType in com.github.fridujo.rabbitmq.mock
Methods in com.github.fridujo.rabbitmq.mock that return DeadLettering.ReasonType Modifier and Type Method Description static DeadLettering.ReasonTypeDeadLettering.ReasonType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeadLettering.ReasonType[]DeadLettering.ReasonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.fridujo.rabbitmq.mock with parameters of type DeadLettering.ReasonType Constructor Description Event(String queue, DeadLettering.ReasonType reason, Message message, int count)
-