Uses of Interface
org.apache.camel.builder.component.dsl.GoraComponentBuilderFactory.GoraComponentBuilder
-
Packages that use GoraComponentBuilderFactory.GoraComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of GoraComponentBuilderFactory.GoraComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return GoraComponentBuilderFactory.GoraComponentBuilder Modifier and Type Method Description static GoraComponentBuilderFactory.GoraComponentBuilderComponentsBuilderFactory. gora()Gora (camel-gora) Access NoSQL databases using the Apache Gora framework. -
Uses of GoraComponentBuilderFactory.GoraComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement GoraComponentBuilderFactory.GoraComponentBuilder Modifier and Type Class Description static classGoraComponentBuilderFactory.GoraComponentBuilderImplMethods in org.apache.camel.builder.component.dsl that return GoraComponentBuilderFactory.GoraComponentBuilder Modifier and Type Method Description default GoraComponentBuilderFactory.GoraComponentBuilderGoraComponentBuilderFactory.GoraComponentBuilder. autowiredEnabled(boolean autowiredEnabled)Whether autowiring is enabled.default GoraComponentBuilderFactory.GoraComponentBuilderGoraComponentBuilderFactory.GoraComponentBuilder. bridgeErrorHandler(boolean bridgeErrorHandler)Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.static GoraComponentBuilderFactory.GoraComponentBuilderGoraComponentBuilderFactory. gora()Gora (camel-gora) Access NoSQL databases using the Apache Gora framework.default GoraComponentBuilderFactory.GoraComponentBuilderGoraComponentBuilderFactory.GoraComponentBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).
-