Uses of Interface
org.apache.camel.k.Runtime
-
-
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)
void
RuntimeAware. setRuntime(Runtime runtime)
-