Interface GooglePubsubEndpointBuilderFactory.GooglePubsubBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
GooglePubsubEndpointBuilderFactory

public static interface GooglePubsubEndpointBuilderFactory.GooglePubsubBuilders
  • Method Details

    • googlePubsub

      Google Pubsub (camel-google-pubsub) Send and receive messages to/from Google Cloud Platform PubSub Service. Category: cloud,messaging Since: 2.19 Maven coordinates: org.apache.camel:camel-google-pubsub
      Returns:
      the dsl builder for the headers' name.
    • googlePubsub

      Google Pubsub (camel-google-pubsub) Send and receive messages to/from Google Cloud Platform PubSub Service. Category: cloud,messaging Since: 2.19 Maven coordinates: org.apache.camel:camel-google-pubsub Syntax: google-pubsub:projectId:destinationName Path parameter: projectId (required) The Google Cloud PubSub Project Id Path parameter: destinationName (required) The Destination Name. For the consumer this will be the subscription name, while for the producer this will be the topic name.
      Parameters:
      path - projectId:destinationName
      Returns:
      the dsl builder
    • googlePubsub

      Google Pubsub (camel-google-pubsub) Send and receive messages to/from Google Cloud Platform PubSub Service. Category: cloud,messaging Since: 2.19 Maven coordinates: org.apache.camel:camel-google-pubsub Syntax: google-pubsub:projectId:destinationName Path parameter: projectId (required) The Google Cloud PubSub Project Id Path parameter: destinationName (required) The Destination Name. For the consumer this will be the subscription name, while for the producer this will be the topic name.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - projectId:destinationName
      Returns:
      the dsl builder