Uses of Interface
org.apache.camel.k.Source
-
Packages that use Source Package Description org.apache.camel.k org.apache.camel.k.listener org.apache.camel.k.support -
-
Uses of Source in org.apache.camel.k
Methods in org.apache.camel.k that return Source Modifier and Type Method Description static Source
Sources. fromBytes(String language, byte[] content)
static Source
Sources. fromBytes(String name, String language, String loader, byte[] content)
static Source
Sources. fromBytes(String name, String language, String loader, List<String> interceptors, byte[] content)
static Source
Sources. fromURI(String uri)
Methods in org.apache.camel.k with parameters of type Source Modifier and Type Method Description SourceLoader.Result
SourceLoader.Interceptor. afterLoad(SourceLoader loader, Source source, SourceLoader.Result result)
Invoked after the source is materialized and before is added to the runtime.void
SourceLoader.Interceptor. beforeLoad(SourceLoader loader, Source source)
Invoked before the source is materialized top a RoutesBuilder.SourceLoader.Result
SourceLoader. load(Runtime runtime, Source source)
Creates a camelRoutesBuilder
from the given resource. -
Uses of Source in org.apache.camel.k.listener
Methods in org.apache.camel.k.listener with parameters of type Source Modifier and Type Method Description static SourceLoader
RoutesConfigurer. load(Runtime runtime, Source source)
-
Uses of Source in org.apache.camel.k.support
Methods in org.apache.camel.k.support with parameters of type Source Modifier and Type Method Description static SourceLoader
RuntimeSupport. loaderFor(org.apache.camel.CamelContext context, Source source)
static List<SourceLoader.Interceptor>
RuntimeSupport. loadInterceptors(org.apache.camel.CamelContext context, Source source)
-