Uses of Interface
org.apache.camel.builder.component.dsl.GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder
Packages that use GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder
-
Uses of GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.googlePubsub()Google Pubsub (camel-google-pubsub) Send and receive messages to/from Google Cloud Platform PubSub Service. -
Uses of GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilderModifier and TypeMethodDescriptionGooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.authenticate(boolean authenticate) Use Credentials when interacting with PubSub service (no authentication is required when using emulator).GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Endpoint to use with local Pub/Sub emulator.GooglePubsubComponentBuilderFactory.googlePubsub()Google Pubsub (camel-google-pubsub) Send and receive messages to/from Google Cloud Platform PubSub Service.GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.publisherCacheSize(int publisherCacheSize) Maximum number of producers to cache.GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.publisherCacheTimeout(int publisherCacheTimeout) How many milliseconds should each producer stay alive in the cache.GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.publisherTerminationTimeout(int publisherTerminationTimeout) How many milliseconds should a producer be allowed to terminate.GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.serviceAccountKey(String serviceAccountKey) The Service account key that can be used as credentials for the PubSub publisher/subscriber.GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder.synchronousPullRetryableCodes(String synchronousPullRetryableCodes) Comma-separated list of additional retryable error codes for synchronous pull.