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.concurrentConsumers(Integer concurrentConsumers) The number of parallel streams consuming from the subscription.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.concurrentConsumers(String concurrentConsumers) The number of parallel streams consuming from the subscription.Logger ID to use when a match to the parent route required.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.maxAckExtensionPeriod(int maxAckExtensionPeriod) Set the maximum period a message ack deadline will be extended.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.maxAckExtensionPeriod(String maxAckExtensionPeriod) Set the maximum period a message ack deadline will be extended.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.maxMessagesPerPoll(Integer maxMessagesPerPoll) The max number of messages to receive from the server in a single API call.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.maxMessagesPerPoll(String maxMessagesPerPoll) The max number of messages to receive from the server in a single API call.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.serviceAccountKey(String serviceAccountKey) The Service account key that can be used as credentials for the PubSub publisher/subscriber.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.synchronousPull(boolean synchronousPull) Synchronously pull batches of messages.GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder.synchronousPull(String synchronousPull) Synchronously pull batches of messages.