Uses of Interface
org.apache.camel.RuntimeConfiguration
Packages that use RuntimeConfiguration
-
Uses of RuntimeConfiguration in org.apache.camel
Subinterfaces of RuntimeConfiguration in org.apache.camelModifier and TypeInterfaceDescriptioninterfaceThe CamelContext is the runtime container of an Apache Camel application: it owns the registries ofComponents,Endpoints,Routes,s,invalid reference
org.apache.camel.spi.TypeConverterLanguages,DataFormats and the configuration that governs howExchanges flow between them.interfaceCatalog-level extension ofCamelContextthat exposes the JSON schema metadata Camel publishes for theComponents,DataFormats,Languages and EIPs available at runtime.interfaceA Route defines the processing applied to an inboundExchangearriving at a specificEndpointwithin aCamelContext.