Interface GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
GooglePubsubLiteEndpointBuilderFactory
public static interface GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteBuilders
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.googlePubsubLite
(String path) Deprecated.googlePubsubLite
(String componentName, String path) Deprecated.
-
Method Details
-
googlePubsubLite
@Deprecated default GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteHeaderNameBuilder googlePubsubLite()Deprecated.Google PubSub Lite (camel-google-pubsub-lite) Send and receive messages to/from Google Cloud Platform PubSub Lite Service. Category: cloud,messaging Since: 4.6 Maven coordinates: org.apache.camel:camel-google-pubsub-lite- Returns:
- the dsl builder for the headers' name.
-
googlePubsubLite
@Deprecated default GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteEndpointBuilder googlePubsubLite(String path) Deprecated.Google PubSub Lite (camel-google-pubsub-lite) Send and receive messages to/from Google Cloud Platform PubSub Lite Service. Category: cloud,messaging Since: 4.6 Maven coordinates: org.apache.camel:camel-google-pubsub-lite Syntax:google-pubsub-lite:projectId:location:destinationName
Path parameter: projectId (required) The Google Cloud PubSub Lite Project Id Path parameter: location (required) The Google Cloud PubSub Lite location 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:location:destinationName- Returns:
- the dsl builder
-
googlePubsubLite
@Deprecated default GooglePubsubLiteEndpointBuilderFactory.GooglePubsubLiteEndpointBuilder googlePubsubLite(String componentName, String path) Deprecated.Google PubSub Lite (camel-google-pubsub-lite) Send and receive messages to/from Google Cloud Platform PubSub Lite Service. Category: cloud,messaging Since: 4.6 Maven coordinates: org.apache.camel:camel-google-pubsub-lite Syntax:google-pubsub-lite:projectId:location:destinationName
Path parameter: projectId (required) The Google Cloud PubSub Lite Project Id Path parameter: location (required) The Google Cloud PubSub Lite location 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 namepath
- projectId:location:destinationName- Returns:
- the dsl builder
-