| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder
Builder for endpoint for the Google Pubsub component.
|
| Modifier and Type | Method and Description |
|---|---|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder.authenticate(boolean authenticate)
Use Credentials when interacting with PubSub service (no
authentication is required when using emulator).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder.authenticate(String authenticate)
Use Credentials when interacting with PubSub service (no
authentication is required when using emulator).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder.basic() |
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder.loggerId(String loggerId)
Logger ID to use when a match to the parent route required.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder.serviceAccountKey(String serviceAccountKey)
The Service account key that can be used as credentials for the
PubSub publisher/subscriber.
|
Apache Camel