default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
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.endpoint(String endpoint) |
Endpoint to use with local Pub/Sub emulator.
|
static GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
GooglePubsubComponentBuilderFactory.googlePubsub() |
Google Pubsub (camel-google-pubsub)
Send and receive messages to/from Google Cloud Platform PubSub Service.
|
default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.publisherCacheSize(int publisherCacheSize) |
Maximum number of producers to cache.
|
default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.publisherCacheTimeout(int publisherCacheTimeout) |
How many milliseconds should each producer stay alive in the cache.
|
default GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.publisherTerminationTimeout(int publisherTerminationTimeout) |
How many milliseconds should a producer be allowed to terminate.
|