Interface GooglePubsubEndpointBuilderFactory.GooglePubsubBuilders

    • Method Detail

      • 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) Project Id Path parameter: destinationName (required) Destination Name
        Parameters:
        path - projectId:destinationName
      • 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) Project Id Path parameter: destinationName (required) Destination Name
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - projectId:destinationName