Interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder

All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder, org.apache.camel.EndpointConsumerResolver
All Known Subinterfaces:
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder
Enclosing interface:
GooglePubsubEndpointBuilderFactory

public static interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilder
Builder for endpoint consumers for the Google Pubsub component.
  • Method Details

    • advanced

    • ackMode

      default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder ackMode(org.apache.camel.component.google.pubsub.GooglePubsubConstants.AckMode ackMode)
      AUTO = exchange gets ack'ed/nack'ed on completion. NONE = downstream process has to ack/nack explicitly. The option is a: org.apache.camel.component.google.pubsub.GooglePubsubConstants.AckMode type. Default: AUTO Group: consumer
      Parameters:
      ackMode - the value to set
      Returns:
      the dsl builder
    • ackMode

      AUTO = exchange gets ack'ed/nack'ed on completion. NONE = downstream process has to ack/nack explicitly. The option will be converted to a org.apache.camel.component.google.pubsub.GooglePubsubConstants.AckMode type. Default: AUTO Group: consumer
      Parameters:
      ackMode - the value to set
      Returns:
      the dsl builder
    • authenticate

      Use Credentials when interacting with PubSub service (no authentication is required when using emulator). The option is a: boolean type. Default: true Group: security
      Parameters:
      authenticate - the value to set
      Returns:
      the dsl builder
    • authenticate

      Use Credentials when interacting with PubSub service (no authentication is required when using emulator). The option will be converted to a boolean type. Default: true Group: security
      Parameters:
      authenticate - the value to set
      Returns:
      the dsl builder
    • serviceAccountKey

      The Service account key that can be used as credentials for the PubSub publisher/subscriber. It can be loaded by default from classpath, but you can prefix with classpath:, file:, or http: to load the resource from different systems. The option is a: java.lang.String type. Group: security
      Parameters:
      serviceAccountKey - the value to set
      Returns:
      the dsl builder