| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder
Builder for endpoint for the Google Pubsub component.
|
| Modifier and Type | Method and Description |
|---|---|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.ackMode(GooglePubsubEndpointBuilderFactory.AckMode ackMode)
AUTO = exchange gets ack'ed/nack'ed on completion.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.ackMode(String ackMode)
AUTO = exchange gets ack'ed/nack'ed on completion.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder.basic() |
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
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 |
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 |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.concurrentConsumers(Integer concurrentConsumers)
The number of parallel streams consuming from the subscription.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.concurrentConsumers(String concurrentConsumers)
The number of parallel streams consuming from the subscription.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.connectionFactory(Object connectionFactory)
ConnectionFactory to obtain connection to PubSub Service.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.connectionFactory(String connectionFactory)
ConnectionFactory to obtain connection to PubSub Service.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.loggerId(String loggerId)
Logger ID to use when a match to the parent route required.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.maxMessagesPerPoll(Integer maxMessagesPerPoll)
The max number of messages to receive from the server in a single API
call.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.maxMessagesPerPoll(String maxMessagesPerPoll)
The max number of messages to receive from the server in a single API
call.
|
Apache Camel