Uses of Interface
org.apache.camel.component.google.sheets.GoogleSheetsClientFactory
-
Packages that use GoogleSheetsClientFactory Package Description org.apache.camel.component.google.sheets org.apache.camel.component.google.sheets.stream -
-
Uses of GoogleSheetsClientFactory in org.apache.camel.component.google.sheets
Classes in org.apache.camel.component.google.sheets that implement GoogleSheetsClientFactory Modifier and Type Class Description class
BatchGoogleSheetsClientFactory
Methods in org.apache.camel.component.google.sheets that return GoogleSheetsClientFactory Modifier and Type Method Description GoogleSheetsClientFactory
GoogleSheetsComponent. getClientFactory()
GoogleSheetsClientFactory
GoogleSheetsEndpoint. getClientFactory()
Methods in org.apache.camel.component.google.sheets with parameters of type GoogleSheetsClientFactory Modifier and Type Method Description void
GoogleSheetsComponent. setClientFactory(GoogleSheetsClientFactory clientFactory)
To use the GoogleSheetsClientFactory as factory for creating the client.void
GoogleSheetsEndpoint. setClientFactory(GoogleSheetsClientFactory clientFactory)
-
Uses of GoogleSheetsClientFactory in org.apache.camel.component.google.sheets.stream
Methods in org.apache.camel.component.google.sheets.stream that return GoogleSheetsClientFactory Modifier and Type Method Description GoogleSheetsClientFactory
GoogleSheetsStreamComponent. getClientFactory()
GoogleSheetsClientFactory
GoogleSheetsStreamEndpoint. getClientFactory()
Methods in org.apache.camel.component.google.sheets.stream with parameters of type GoogleSheetsClientFactory Modifier and Type Method Description void
GoogleSheetsStreamComponent. setClientFactory(GoogleSheetsClientFactory clientFactory)
To use the GoogleSheetsClientFactory as factory for creating the client.void
GoogleSheetsStreamEndpoint. setClientFactory(GoogleSheetsClientFactory clientFactory)
-