Uses of Interface
org.apache.camel.k.SourceLoader
-
Packages that use SourceLoader Package Description org.apache.camel.k org.apache.camel.k.support -
-
Uses of SourceLoader in org.apache.camel.k
Methods in org.apache.camel.k with parameters of type SourceLoader Modifier and Type Method Description default org.apache.camel.RoutesBuilder
SourceLoader.Interceptor. afterLoad(SourceLoader loader, Source source, org.apache.camel.RoutesBuilder builder)
Invoked after the source is materialized and before is added to the runtime.default void
SourceLoader.Interceptor. beforeLoad(SourceLoader loader, Source source)
Invoked before the source is materialized top a RoutesBuilder. -
Uses of SourceLoader in org.apache.camel.k.support
Methods in org.apache.camel.k.support that return SourceLoader Modifier and Type Method Description static SourceLoader
SourcesSupport. load(Runtime runtime, Source source)
static SourceLoader
RuntimeSupport. loaderFor(org.apache.camel.CamelContext context, Source source)
static SourceLoader
RuntimeSupport. lookupLoaderById(org.apache.camel.CamelContext context, String loaderId)
static SourceLoader
RuntimeSupport. lookupLoaderByLanguage(org.apache.camel.CamelContext context, String loaderId)
static SourceLoader
RuntimeSupport. lookupLoaderFromResource(org.apache.camel.CamelContext context, String loaderId)
-