Uses of Interface
org.apache.camel.k.Runtime
-
Packages that use Runtime Package Description org.apache.camel.k org.apache.camel.k.listener org.apache.camel.k.support -
-
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)
org.apache.camel.RoutesBuilder
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
SourcesConfigurer. accept(Runtime runtime)
-
Uses of Runtime in org.apache.camel.k.support
Classes in org.apache.camel.k.support that implement Runtime Modifier and Type Class Description class
DelegatingRuntime
Methods in org.apache.camel.k.support with parameters of type Runtime Modifier and Type Method Description static SourceLoader
SourcesSupport. load(Runtime runtime, Source source)
static void
SourcesSupport. loadSources(Runtime runtime, String... routes)
static void
SourcesSupport. loadSources(Runtime runtime, SourceDefinition... definitions)
Constructors in org.apache.camel.k.support with parameters of type Runtime Constructor Description DelegatingRuntime(Runtime runtime)
-