Package | Description |
---|---|
org.apache.camel.component.google.pubsub |
Modifier and Type | Method and Description |
---|---|
GooglePubsubConnectionFactory |
GooglePubsubEndpoint.getConnectionFactory()
ConnectionFactory to obtain connection to PubSub Service.
|
GooglePubsubConnectionFactory |
GooglePubsubComponent.getConnectionFactory()
Sets the connection factory to use:
provides the ability to explicitly manage connection credentials:
- the path to the key file
- the Service Account Key / Email pair
|
GooglePubsubConnectionFactory |
GooglePubsubConnectionFactory.setCredentialsFileLocation(String credentialsFileLocation) |
GooglePubsubConnectionFactory |
GooglePubsubConnectionFactory.setServiceAccount(String serviceAccount) |
GooglePubsubConnectionFactory |
GooglePubsubConnectionFactory.setServiceAccountKey(String serviceAccountKey) |
GooglePubsubConnectionFactory |
GooglePubsubConnectionFactory.setServiceURL(String serviceURL) |
Modifier and Type | Method and Description |
---|---|
void |
GooglePubsubEndpoint.setConnectionFactory(GooglePubsubConnectionFactory connectionFactory) |
void |
GooglePubsubComponent.setConnectionFactory(GooglePubsubConnectionFactory connectionFactory) |
Apache Camel