public static interface GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder extends ComponentBuilder<org.apache.camel.component.google.pubsub.GooglePubsubComponent>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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 |
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.
|
default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder connectionFactory(org.apache.camel.component.google.pubsub.GooglePubsubConnectionFactory connectionFactory)
org.apache.camel.component.google.pubsub.GooglePubsubConnectionFactory type.
Group: commondefault GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel