-
static interface
Advanced builder for endpoint for the Google Pubsub component.
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder.advanced()
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder.messageOrderingEnabled(boolean messageOrderingEnabled)
Should message ordering be enabled.
Should message ordering be enabled.
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder.pubsubEndpoint(String pubsubEndpoint)
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder.serializer(String serializer)
A custom GooglePubsubSerializer to use for serializing message
payloads in the producer.
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder.serializer(org.apache.camel.component.google.pubsub.serializer.GooglePubsubSerializer serializer)
A custom GooglePubsubSerializer to use for serializing message
payloads in the producer.