public static enum GooglePubsubEndpointBuilderFactory.AckMode extends Enum<GooglePubsubEndpointBuilderFactory.AckMode>
org.apache.camel.component.google.pubsub.GooglePubsubConstants$AckMode enum.| Modifier and Type | Method and Description |
|---|---|
static GooglePubsubEndpointBuilderFactory.AckMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GooglePubsubEndpointBuilderFactory.AckMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GooglePubsubEndpointBuilderFactory.AckMode AUTO
public static final GooglePubsubEndpointBuilderFactory.AckMode NONE
public static GooglePubsubEndpointBuilderFactory.AckMode[] values()
for (GooglePubsubEndpointBuilderFactory.AckMode c : GooglePubsubEndpointBuilderFactory.AckMode.values()) System.out.println(c);
public static GooglePubsubEndpointBuilderFactory.AckMode 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