Uses of Interface
org.apache.camel.k.SourceLoader.Result
-
Packages that use SourceLoader.Result Package Description org.apache.camel.k -
-
Uses of SourceLoader.Result in org.apache.camel.k
Methods in org.apache.camel.k that return SourceLoader.Result 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.SourceLoader.Result
SourceLoader. load(Runtime runtime, Source source)
Creates a camelRoutesBuilder
from the given resource.static SourceLoader.Result
SourceLoader.Result. on(Object target)
Construct an instance ofSourceLoader.Result
by determining the type of hte given target object..static SourceLoader.Result
SourceLoader.Result. on(org.apache.camel.RoutesBuilder target)
Construct an instance ofSourceLoader.Result
for the givenRoutesBuilder
.Methods in org.apache.camel.k with parameters of type SourceLoader.Result 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.
-