-
static interface
Builder for endpoint for the Google PubSub Lite component.
GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteEndpointConsumerBuilder.ackMode(String ackMode)
AUTO = exchange gets ack'ed/nack'ed on completion.
GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteEndpointConsumerBuilder.ackMode(org.apache.camel.component.google.pubsublite.GooglePubsubLiteConstants.AckMode ackMode)
AUTO = exchange gets ack'ed/nack'ed on completion.
GooglePubsubLiteEndpointBuilderFactory.AdvancedGooglePubsubLiteEndpointConsumerBuilder.basic()
The number of parallel streams consuming from the subscription.
GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteEndpointConsumerBuilder.concurrentConsumers(String concurrentConsumers)
The number of parallel streams consuming from the subscription.
GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteEndpointConsumerBuilder.loggerId(String loggerId)
Logger ID to use when a match to the parent route required.
GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteEndpointConsumerBuilder.maxAckExtensionPeriod(int maxAckExtensionPeriod)
Set the maximum period a message ack deadline will be extended.
Set the maximum period a message ack deadline will be extended.
GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteEndpointConsumerBuilder.maxMessagesPerPoll(Integer maxMessagesPerPoll)
The max number of messages to receive from the server in a single API
call.
GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteEndpointConsumerBuilder.maxMessagesPerPoll(String maxMessagesPerPoll)
The max number of messages to receive from the server in a single API
call.
GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteEndpointConsumerBuilder.serviceAccountKey(String serviceAccountKey)
The Service account key that can be used as credentials for the
PubSub publisher/subscriber.