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.GoogleFunctionsComponentBuilder
ComponentsBuilderFactory. 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 class
GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder Modifier and Type Method Description default GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder
GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.static GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder
GoogleFunctionsComponentBuilderFactory. 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.GoogleFunctionsComponentBuilder
GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
-