Interface GooglePubsubEndpointBuilderFactory.GooglePubsubBuilders

    • Method Detail

      • googlePubsub

        default GooglePubsubEndpointBuilderFactory.GooglePubsubHeaderNameBuilder 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

        default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder googlePubsub​(String path)
        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

        default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder googlePubsub​(String componentName,
                                                                                            String path)
        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