Uses of Interface
org.apache.camel.builder.endpoint.dsl.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder
Packages that use GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder
-
Uses of GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Google Pubsub component.Methods in org.apache.camel.builder.endpoint.dsl that return GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilderModifier and TypeMethodDescriptionAUTO = exchange gets ack'ed/nack'ed on completion.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.ackMode(org.apache.camel.component.google.pubsub.GooglePubsubConstants.AckMode ackMode) AUTO = exchange gets ack'ed/nack'ed on completion.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.authenticate(boolean authenticate) Use Credentials when interacting with PubSub service (no authentication is required when using emulator).GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.authenticate(String authenticate) Use Credentials when interacting with PubSub service (no authentication is required when using emulator).GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder.basic()GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.serviceAccountKey(String serviceAccountKey) The Service account key that can be used as credentials for the PubSub publisher/subscriber.