Uses of Interface
org.apache.camel.k.Runtime
-
Packages that use Runtime Package Description org.apache.camel.k org.apache.camel.k.listener -
-
Uses of Runtime in org.apache.camel.k
Methods in org.apache.camel.k that return Runtime Modifier and Type Method Description Runtime
RuntimeAware. getRuntime()
static Runtime
Runtime. on(org.apache.camel.CamelContext camelContext)
Helper to create a simple runtime from a given Camel Context.static Runtime
Runtime. on(org.apache.camel.spi.HasCamelContext provider)
Helper to create a simple runtime from a given Camel Context provider.Methods in org.apache.camel.k with parameters of type Runtime Modifier and Type Method Description boolean
Runtime.Listener. accept(Runtime.Phase phase, Runtime runtime)
SourceLoader.Result
SourceLoader. load(Runtime runtime, Source source)
Creates a camelRoutesBuilder
from the given resource.void
RuntimeAware. setRuntime(Runtime runtime)
-
Uses of Runtime in org.apache.camel.k.listener
Methods in org.apache.camel.k.listener with parameters of type Runtime Modifier and Type Method Description protected abstract void
AbstractPhaseListener. accept(Runtime runtime)
boolean
AbstractPhaseListener. accept(Runtime.Phase phase, Runtime runtime)
protected void
ContextConfigurer. accept(Runtime runtime)
protected void
PropertiesConfigurer. accept(Runtime runtime)
protected void
RoutesConfigurer. accept(Runtime runtime)
protected void
RoutesConfigurer. load(Runtime runtime, String[] routes)
static SourceLoader
RoutesConfigurer. load(Runtime runtime, Source source)
-