public static enum AMQPEndpointBuilderFactory.ConsumerType extends Enum<AMQPEndpointBuilderFactory.ConsumerType>
org.apache.camel.component.jms.ConsumerType
enum.| Modifier and Type | Method and Description |
|---|---|
static AMQPEndpointBuilderFactory.ConsumerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMQPEndpointBuilderFactory.ConsumerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMQPEndpointBuilderFactory.ConsumerType Simple
public static final AMQPEndpointBuilderFactory.ConsumerType Default
public static final AMQPEndpointBuilderFactory.ConsumerType Custom
public static AMQPEndpointBuilderFactory.ConsumerType[] values()
for (AMQPEndpointBuilderFactory.ConsumerType c : AMQPEndpointBuilderFactory.ConsumerType.values()) System.out.println(c);
public static AMQPEndpointBuilderFactory.ConsumerType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel