Uses of Interface
org.apache.camel.builder.component.dsl.GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder
Packages that use GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder
-
Uses of GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.googlePubsubLite()Google PubSub Lite (camel-google-pubsub-lite) Send and receive messages to/from Google Cloud Platform PubSub Lite Service. -
Uses of GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilderModifier and TypeMethodDescriptionGooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder.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.GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder.consumerBytesOutstanding(long consumerBytesOutstanding) The number of quota bytes that may be outstanding to the client.GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder.consumerMessagesOutstanding(long consumerMessagesOutstanding) The number of messages that may be outstanding to the client.GooglePubsubLiteComponentBuilderFactory.googlePubsubLite()Google PubSub Lite (camel-google-pubsub-lite) Send and receive messages to/from Google Cloud Platform PubSub Lite Service.GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder.publisherCacheSize(int publisherCacheSize) Maximum number of producers to cache.GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder.publisherCacheTimeout(int publisherCacheTimeout) How many milliseconds should each producer stay alive in the cache.GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder.publisherTerminationTimeout(int publisherTerminationTimeout) How many milliseconds should a producer be allowed to terminate.GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder.serviceAccountKey(String serviceAccountKey) The Service account key that can be used as credentials for the PubSub Lite publisher/subscriber.