Uses of Class
org.apache.camel.component.rabbitmq.ReplyToType
-
Packages that use ReplyToType Package Description org.apache.camel.component.rabbitmq -
-
Uses of ReplyToType in org.apache.camel.component.rabbitmq
Methods in org.apache.camel.component.rabbitmq that return ReplyToType Modifier and Type Method Description static ReplyToType
ReplyToType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReplyToType[]
ReplyToType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-