Package org.apache.camel.k
Interface SourceLoader
-
public interface SourceLoader
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SourceLoader.Interceptor
Define some entry point to intercept the creation fo routes from aSource
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getSupportedLanguages()
Provides a list of the languages supported by this loader.org.apache.camel.RoutesBuilder
load(Runtime runtime, Source source)
Creates a camelRoutesBuilder
from the given resource.
-