| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
ComponentsBuilderFactory.googlePubsub()
Google Pubsub (camel-google-pubsub)
Messaging client for Google Cloud Platform PubSub Service
Category: messaging
Since: 2.19
Maven coordinates: org.apache.camel:camel-google-pubsub
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.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 GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.connectionFactory(org.apache.camel.component.google.pubsub.GooglePubsubConnectionFactory connectionFactory)
Sets the connection factory to use: provides the ability to
explicitly manage connection credentials: - the path to the key file
- the Service Account Key / Email pair.
|
static GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
GooglePubsubComponentBuilderFactory.googlePubsub()
Google Pubsub (camel-google-pubsub)
Messaging client for Google Cloud Platform PubSub Service
Category: messaging
Since: 2.19
Maven coordinates: org.apache.camel:camel-google-pubsub
|
default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel