Search in sources :

Example 1 with QuteComponent

use of org.apache.camel.component.qute.QuteComponent in project camel-quarkus by apache.

the class CamelQuteRecorder method createQuteComponent.

public RuntimeValue<QuteComponent> createQuteComponent(BeanContainer beanContainer) {
    Engine quteEngine = beanContainer.instance(Engine.class);
    QuteComponent component = new QuteComponent();
    component.setQuteEngine(quteEngine);
    return new RuntimeValue<>(component);
}
Also used : QuteComponent(org.apache.camel.component.qute.QuteComponent) RuntimeValue(io.quarkus.runtime.RuntimeValue) Engine(io.quarkus.qute.Engine)

Aggregations

Engine (io.quarkus.qute.Engine)1 RuntimeValue (io.quarkus.runtime.RuntimeValue)1 QuteComponent (org.apache.camel.component.qute.QuteComponent)1