Class Application.Runtime

java.lang.Object
org.apache.camel.k.quarkus.Application.Runtime
All Implemented Interfaces:
AutoCloseable, org.apache.camel.k.Runtime, org.apache.camel.spi.HasCamelContext
Enclosing class:
Application

public static class Application.Runtime extends Object implements org.apache.camel.k.Runtime
The camel-k runtime impl based on camel-quarkus
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.camel.k.Runtime

    org.apache.camel.k.Runtime.Listener, org.apache.camel.k.Runtime.Phase
  • Constructor Summary

    Constructors
    Constructor
    Description
    Runtime(org.apache.camel.main.BaseMainSupport main)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addRoutes(org.apache.camel.RoutesBuilder builder)
     
    org.apache.camel.CamelContext
     
    void
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.camel.k.Runtime

    close, getExtendedCamelContext, getRegistry, setProperties, setProperties
  • Constructor Details

    • Runtime

      public Runtime(org.apache.camel.main.BaseMainSupport main)
  • Method Details

    • getCamelContext

      public org.apache.camel.CamelContext getCamelContext()
      Specified by:
      getCamelContext in interface org.apache.camel.spi.HasCamelContext
    • addRoutes

      public void addRoutes(org.apache.camel.RoutesBuilder builder)
      Specified by:
      addRoutes in interface org.apache.camel.k.Runtime
    • setProperties

      public void setProperties(Properties properties)
      Specified by:
      setProperties in interface org.apache.camel.k.Runtime
    • stop

      public void stop() throws Exception
      Specified by:
      stop in interface org.apache.camel.k.Runtime
      Throws:
      Exception