Uses of Class
org.apache.camel.component.google.pubsub.GooglePubsubConstants.AckMode
-
Packages that use GooglePubsubConstants.AckMode Package Description org.apache.camel.component.google.pubsub -
-
Uses of GooglePubsubConstants.AckMode in org.apache.camel.component.google.pubsub
Methods in org.apache.camel.component.google.pubsub that return GooglePubsubConstants.AckMode Modifier and Type Method Description GooglePubsubConstants.AckMode
GooglePubsubEndpoint. getAckMode()
static GooglePubsubConstants.AckMode
GooglePubsubConstants.AckMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GooglePubsubConstants.AckMode[]
GooglePubsubConstants.AckMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.google.pubsub with parameters of type GooglePubsubConstants.AckMode Modifier and Type Method Description void
GooglePubsubEndpoint. setAckMode(GooglePubsubConstants.AckMode ackMode)
-