public static interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder |
advanced() |
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
authenticate(boolean authenticate)
Use Credentials when interacting with PubSub service (no
authentication is required when using emulator).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
authenticate(String authenticate)
Use Credentials when interacting with PubSub service (no
authentication is required when using emulator).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
loggerId(String loggerId)
Logger ID to use when a match to the parent route required.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
serviceAccountKey(String serviceAccountKey)
The Service account key that can be used as credentials for the
PubSub publisher/subscriber.
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder advanced()
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder authenticate(boolean authenticate)
authenticate - the value to setdefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder authenticate(String authenticate)
authenticate - the value to setdefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder loggerId(String loggerId)
loggerId - the value to setdefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder serviceAccountKey(String serviceAccountKey)
serviceAccountKey - the value to setdefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel