public static enum SpringRabbitMQEndpointBuilderFactory.AcknowledgeMode extends Enum<SpringRabbitMQEndpointBuilderFactory.AcknowledgeMode>
org.springframework.amqp.core.AcknowledgeMode
enum.| Modifier and Type | Method and Description |
|---|---|
static SpringRabbitMQEndpointBuilderFactory.AcknowledgeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpringRabbitMQEndpointBuilderFactory.AcknowledgeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpringRabbitMQEndpointBuilderFactory.AcknowledgeMode NONE
public static final SpringRabbitMQEndpointBuilderFactory.AcknowledgeMode MANUAL
public static final SpringRabbitMQEndpointBuilderFactory.AcknowledgeMode AUTO
public static SpringRabbitMQEndpointBuilderFactory.AcknowledgeMode[] values()
for (SpringRabbitMQEndpointBuilderFactory.AcknowledgeMode c : SpringRabbitMQEndpointBuilderFactory.AcknowledgeMode.values()) System.out.println(c);
public static SpringRabbitMQEndpointBuilderFactory.AcknowledgeMode 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