Uses of Class
com.github.fridujo.rabbitmq.mock.ReceiverPointer.Type
-
Packages that use ReceiverPointer.Type Package Description com.github.fridujo.rabbitmq.mock -
-
Uses of ReceiverPointer.Type in com.github.fridujo.rabbitmq.mock
Methods in com.github.fridujo.rabbitmq.mock that return ReceiverPointer.Type Modifier and Type Method Description static ReceiverPointer.TypeReceiverPointer.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ReceiverPointer.Type[]ReceiverPointer.Type. 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 ReceiverPointer.Type Constructor Description ReceiverPointer(ReceiverPointer.Type type, String name)
-