Package org.apache.camel.k
Interface SourceLoader.Interceptor
-
- Enclosing interface:
- SourceLoader
public static interface SourceLoader.Interceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceLoader.Result
afterLoad(SourceLoader loader, Source source, SourceLoader.Result result)
Invoked after the source is materialized and before is added to the runtime.void
beforeLoad(SourceLoader loader, Source source)
Invoked before the source is materialized top a RoutesBuilder.
-
-
-
Method Detail
-
beforeLoad
void beforeLoad(SourceLoader loader, Source source)
Invoked before the source is materialized top a RoutesBuilder.
-
afterLoad
SourceLoader.Result afterLoad(SourceLoader loader, Source source, SourceLoader.Result result)
Invoked after the source is materialized and before is added to the runtime.
-
-