public static interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder extends GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilder, GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder |
advanced() |
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
authenticate(boolean authenticate)
Use Credentials when interacting with PubSub service (no
authentication is required when using emulator).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
authenticate(String authenticate)
Use Credentials when interacting with PubSub service (no
authentication is required when using emulator).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
loggerId(String loggerId)
Logger ID to use when a match to the parent route required.
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
serviceAccountKey(String serviceAccountKey)
The Service account key that can be used as credentials for the
PubSub publisher/subscriber.
|
ackMode, ackMode, bridgeErrorHandler, bridgeErrorHandler, concurrentConsumers, concurrentConsumers, maxMessagesPerPoll, maxMessagesPerPoll, synchronousPull, synchronousPulldoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getUrilazyStartProducer, lazyStartProducerdefault GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder advanced()
advanced in interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilderadvanced in interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilderdefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder authenticate(boolean authenticate)
authenticate in interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilderauthenticate in interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilderauthenticate - the value to setdefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder authenticate(String authenticate)
authenticate in interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilderauthenticate in interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilderauthenticate - the value to setdefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder loggerId(String loggerId)
loggerId in interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilderloggerId in interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilderloggerId - the value to setdefault GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder serviceAccountKey(String serviceAccountKey)
serviceAccountKey in interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointConsumerBuilderserviceAccountKey in interface GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilderserviceAccountKey - the value to setApache Camel