Class JavaScriptDslSupplier<T>
java.lang.Object
org.apache.camel.quarkus.dsl.js.runtime.JavaScriptDslSupplier<T>
- Type Parameters:
T- the type of results supplied by this supplier
- All Implemented Interfaces:
Supplier<T>
JavaScriptDslSupplier is meant to be used as type of Supplier from a JavaScript file to remain
compatible
with the native mode that doesn't support the function Java.extend.-
Constructor Summary
ConstructorsConstructorDescriptionJavaScriptDslSupplier(CharSequence source) Construct aJavaScriptDslSupplierwith the given source. -
Method Summary