Uses of Interface
org.apache.camel.builder.endpoint.dsl.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder
Packages that use GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder
-
Uses of GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder 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.GooglePubsubEndpointProducerBuilderModifier and TypeMethodDescriptionGooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder.authenticate(boolean authenticate) Use Credentials when interacting with PubSub service (no authentication is required when using emulator).GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder.authenticate(String authenticate) Use Credentials when interacting with PubSub service (no authentication is required when using emulator).GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder.basic()Logger ID to use when a match to the parent route required.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder.serviceAccountKey(String serviceAccountKey) The Service account key that can be used as credentials for the PubSub publisher/subscriber.