Uses of Interface
org.apache.camel.builder.component.dsl.GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder
-
Packages that use GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder Modifier and Type Method Description static GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilderComponentsBuilderFactory. googleFunctions()Google Cloud Functions (camel-google-functions) Manage and invoke Google Cloud Functions Category: cloud Since: 3.9 Maven coordinates: org.apache.camel:camel-google-functions -
Uses of GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder Modifier and Type Class Description static classGoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilderImplMethods in org.apache.camel.builder.component.dsl that return GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder Modifier and Type Method Description default GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilderGoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder. autowiredEnabled(boolean autowiredEnabled)Whether autowiring is enabled.static GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilderGoogleFunctionsComponentBuilderFactory. googleFunctions()Google Cloud Functions (camel-google-functions) Manage and invoke Google Cloud Functions Category: cloud Since: 3.9 Maven coordinates: org.apache.camel:camel-google-functionsdefault GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilderGoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).
-