public static interface GooglePubsubEndpointBuilderFactory.GooglePubsubBuilders
| Modifier and Type | Method and Description |
|---|---|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
googlePubsub(String path)
Google Pubsub (camel-google-pubsub)
Send and receive messages to/from Google Cloud Platform PubSub
Service.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
googlePubsub(String componentName,
String path)
Google Pubsub (camel-google-pubsub)
Send and receive messages to/from Google Cloud Platform PubSub
Service.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder googlePubsub(String path)
google-pubsub:projectId:destinationName
Path parameter: projectId (required)
Project Id
Path parameter: destinationName (required)
Destination Namepath - projectId:destinationNamedefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder googlePubsub(String componentName, String path)
google-pubsub:projectId:destinationName
Path parameter: projectId (required)
Project Id
Path parameter: destinationName (required)
Destination NamecomponentName - to use a custom component name for the endpoint
instead of the default namepath - projectId:destinationNameApache Camel