Uses of Interface
org.apache.camel.builder.endpoint.dsl.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder
Packages that use GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder
-
Uses of GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.googlePubsub(String path) Google Pubsub (camel-google-pubsub) Send and receive messages to/from Google Cloud Platform PubSub Service.StaticEndpointBuilders.googlePubsub(String componentName, String path) Google Pubsub (camel-google-pubsub) Send and receive messages to/from Google Cloud Platform PubSub Service. -
Uses of GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilderModifier and TypeMethodDescriptionGooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder.authenticate(boolean authenticate) Use Credentials when interacting with PubSub service (no authentication is required when using emulator).GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder.authenticate(String authenticate) Use Credentials when interacting with PubSub service (no authentication is required when using emulator).GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder.basic()GooglePubsubEndpointBuilderFactory.endpointBuilder(String componentName, String path) GooglePubsubEndpointBuilderFactory.GooglePubsubBuilders.googlePubsub(String path) Google Pubsub (camel-google-pubsub) Send and receive messages to/from Google Cloud Platform PubSub Service.GooglePubsubEndpointBuilderFactory.GooglePubsubBuilders.googlePubsub(String componentName, String path) Google Pubsub (camel-google-pubsub) Send and receive messages to/from Google Cloud Platform PubSub Service.Logger ID to use when a match to the parent route required.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder.serviceAccountKey(String serviceAccountKey) The Service account key that can be used as credentials for the PubSub publisher/subscriber.