Package | Description |
---|---|
org.apache.camel.component.google.sheets | |
org.apache.camel.component.google.sheets.stream |
Modifier and Type | Class and Description |
---|---|
class |
BatchGoogleSheetsClientFactory |
Modifier and Type | Method and Description |
---|---|
GoogleSheetsClientFactory |
GoogleSheetsEndpoint.getClientFactory() |
GoogleSheetsClientFactory |
GoogleSheetsComponent.getClientFactory() |
Modifier and Type | Method and Description |
---|---|
void |
GoogleSheetsEndpoint.setClientFactory(GoogleSheetsClientFactory clientFactory) |
void |
GoogleSheetsComponent.setClientFactory(GoogleSheetsClientFactory clientFactory)
To use the GoogleSheetsClientFactory as factory for creating the client.
|
Modifier and Type | Method and Description |
---|---|
GoogleSheetsClientFactory |
GoogleSheetsStreamEndpoint.getClientFactory() |
GoogleSheetsClientFactory |
GoogleSheetsStreamComponent.getClientFactory() |
Modifier and Type | Method and Description |
---|---|
void |
GoogleSheetsStreamEndpoint.setClientFactory(GoogleSheetsClientFactory clientFactory) |
void |
GoogleSheetsStreamComponent.setClientFactory(GoogleSheetsClientFactory clientFactory)
To use the GoogleSheetsClientFactory as factory for creating the client.
|
Apache Camel