public static interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
ackMode(GooglePubsubEndpointBuilderFactory.AckMode ackMode)
AUTO = exchange gets ack'ed/nack'ed on completion.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
ackMode(String ackMode)
AUTO = exchange gets ack'ed/nack'ed on completion.
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder |
advanced() |
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
concurrentConsumers(Integer concurrentConsumers)
The number of parallel streams consuming from the subscription.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
concurrentConsumers(String concurrentConsumers)
The number of parallel streams consuming from the subscription.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
loggerId(String loggerId)
Logger ID to use when a match to the parent route required.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
maxMessagesPerPoll(Integer maxMessagesPerPoll)
The max number of messages to receive from the server in a single API
call.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
maxMessagesPerPoll(String maxMessagesPerPoll)
The max number of messages to receive from the server in a single API
call.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
synchronousPull(boolean synchronousPull)
Synchronously pull batches of messages.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
synchronousPull(String synchronousPull)
Synchronously pull batches of messages.
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder advanced()
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder ackMode(GooglePubsubEndpointBuilderFactory.AckMode ackMode)
org.apache.camel.component.google.pubsub.GooglePubsubConstants$AckMode type.
Default: AUTO
Group: commondefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder ackMode(String ackMode)
org.apache.camel.component.google.pubsub.GooglePubsubConstants$AckMode type.
Default: AUTO
Group: commondefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder concurrentConsumers(Integer concurrentConsumers)
java.lang.Integer type.
Default: 1
Group: commondefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder concurrentConsumers(String concurrentConsumers)
java.lang.Integer
type.
Default: 1
Group: commondefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder loggerId(String loggerId)
java.lang.String type.
Group: commondefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder maxMessagesPerPoll(Integer maxMessagesPerPoll)
java.lang.Integer type.
Default: 1
Group: commondefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder maxMessagesPerPoll(String maxMessagesPerPoll)
java.lang.Integer
type.
Default: 1
Group: commondefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder synchronousPull(boolean synchronousPull)
boolean type.
Default: false
Group: commondefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder synchronousPull(String synchronousPull)
boolean type.
Default: false
Group: commondefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerApache Camel