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 |
endpoint(String endpoint)
Endpoint to use with local Pub/Sub emulator.
|
default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
publisherCacheSize(int publisherCacheSize)
Maximum number of producers to cache.
|
default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
publisherCacheTimeout(int publisherCacheTimeout)
How many milliseconds should each producer stay alive in the cache.
|
default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
publisherTerminationTimeout(int publisherTerminationTimeout)
How many milliseconds should a producer be allowed to terminate.
|
build, build, doSetProperty, registerdefault GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder endpoint(String endpoint)
java.lang.String 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 publisherCacheSize(int publisherCacheSize)
int type.
Group: producerdefault GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder publisherCacheTimeout(int publisherCacheTimeout)
int type.
Group: producerdefault GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder publisherTerminationTimeout(int publisherTerminationTimeout)
int type.
Group: advancedApache Camel