| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
StaticEndpointBuilders.googlePubsub(String path)
Google Pubsub (camel-google-pubsub)
Send and receive messages to/from Google Cloud Platform PubSub Service.
|
static GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
StaticEndpointBuilders.googlePubsub(String componentName,
String path)
Google Pubsub (camel-google-pubsub)
Send and receive messages to/from Google Cloud Platform PubSub Service.
|
| Modifier and Type | Method and Description |
|---|---|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder.authenticate(boolean authenticate)
Use Credentials when interacting with PubSub service (no
authentication is required when using emulator).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder.authenticate(String authenticate)
Use Credentials when interacting with PubSub service (no
authentication is required when using emulator).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder.basic() |
static GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
GooglePubsubEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubBuilders.googlePubsub(String path)
Google Pubsub (camel-google-pubsub)
Send and receive messages to/from Google Cloud Platform PubSub
Service.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubBuilders.googlePubsub(String componentName,
String path)
Google Pubsub (camel-google-pubsub)
Send and receive messages to/from Google Cloud Platform PubSub
Service.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder.loggerId(String loggerId)
Logger ID to use when a match to the parent route required.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder.serviceAccountKey(String serviceAccountKey)
The Service account key that can be used as credentials for the
PubSub publisher/subscriber.
|
Apache Camel