Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addClassLoader(ClassLoader) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- addConsumeRoute(RuntimeValue<CamelContext>, RuntimeValue<RoutesDefinition>, String, RuntimeValue<Object>, String, String) - Method in class org.apache.camel.quarkus.core.ConsumeRecorder
- addConsumeRoutesToContext(RuntimeValue<CamelContext>, RuntimeValue<RoutesDefinition>) - Method in class org.apache.camel.quarkus.core.ConsumeRecorder
- addListener(RuntimeValue<CamelMain>, RuntimeValue<MainListener>) - Method in class org.apache.camel.quarkus.main.CamelMainRecorder
- addRoutesBuilder(RuntimeValue<CamelMain>, String) - Method in class org.apache.camel.quarkus.main.CamelMainRecorder
- addShutdownTask(ShutdownContext, RuntimeValue<CamelRuntime>) - Method in class org.apache.camel.quarkus.core.CamelBootstrapRecorder
- addTypeConverterLoader(RuntimeValue<TypeConverterRegistry>, RuntimeValue<TypeConverterLoader>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- addTypeConverterLoader(RuntimeValue<TypeConverterRegistry>, Class<? extends TypeConverterLoader>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- afterConfigure(BaseMainSupport) - Method in class org.apache.camel.quarkus.main.CamelMainEventBridge
- AfterConfigure - Class in org.apache.camel.quarkus.main.events
-
Event fired by
CamelMainto configure the created CamelContext. - AfterConfigure(BaseMainSupport) - Constructor for class org.apache.camel.quarkus.main.events.AfterConfigure
- afterStart(BaseMainSupport) - Method in class org.apache.camel.quarkus.main.CamelMainEventBridge
- AfterStart - Class in org.apache.camel.quarkus.main.events
-
Event fired by
CamelMainafter the CamelContext has been started. - AfterStart(BaseMainSupport) - Constructor for class org.apache.camel.quarkus.main.events.AfterStart
- afterStop(BaseMainSupport) - Method in class org.apache.camel.quarkus.main.CamelMainEventBridge
- AfterStop - Class in org.apache.camel.quarkus.main.events
-
Event fired by
CamelMainafter the CamelContext has been stopped. - AfterStop(BaseMainSupport) - Constructor for class org.apache.camel.quarkus.main.events.AfterStop
- arguments() - Method in interface org.apache.camel.quarkus.main.CamelMainConfig
-
Build time configuration options for `CamelMain` arguments
B
- backlogSize() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
Defines how many of the last messages to keep in the tracer.
- BEAN - Static variable in class org.apache.camel.quarkus.core.CamelCapabilities
- BeanQualifierResolverIdentifier - Class in org.apache.camel.quarkus.core
- BeanQualifierResolverIdentifier(String, String) - Constructor for class org.apache.camel.quarkus.core.BeanQualifierResolverIdentifier
- beforeConfigure(BaseMainSupport) - Method in class org.apache.camel.quarkus.main.CamelMainEventBridge
- BeforeConfigure - Class in org.apache.camel.quarkus.main.events
-
Event fired by
CamelMainbefore the CamelContext is configured. - BeforeConfigure(BaseMainSupport) - Constructor for class org.apache.camel.quarkus.main.events.BeforeConfigure
- beforeInitialize(BaseMainSupport) - Method in class org.apache.camel.quarkus.main.CamelMainEventBridge
- BeforeInitialize - Class in org.apache.camel.quarkus.main.events
-
Event fired after the CamelContext has been created and before the auto-configured step starts.
- BeforeInitialize(BaseMainSupport) - Constructor for class org.apache.camel.quarkus.main.events.BeforeInitialize
- beforeStart(BaseMainSupport) - Method in class org.apache.camel.quarkus.main.CamelMainEventBridge
- BeforeStart - Class in org.apache.camel.quarkus.main.events
-
Event fired by
CamelMainbefore the CamelContext is being created and started. - BeforeStart(BaseMainSupport) - Constructor for class org.apache.camel.quarkus.main.events.BeforeStart
- beforeStop(BaseMainSupport) - Method in class org.apache.camel.quarkus.main.CamelMainEventBridge
- BeforeStop - Class in org.apache.camel.quarkus.main.events
-
Event fired by
CamelMainbefore the CamelContext is being stopped. - BeforeStop(BaseMainSupport) - Constructor for class org.apache.camel.quarkus.main.events.BeforeStop
- bind(RuntimeValue<Registry>, String, Class<?>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- bind(RuntimeValue<Registry>, String, Class<?>, RuntimeValue<?>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- bind(RuntimeValue<Registry>, String, Class<?>, Object) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- bodyIncludeFiles() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
Whether to include the message body of file based messages.
- bodyIncludeStreams() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
Whether to include the message body of stream based messages.
- bodyMaxChars() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
To limit the message body to a maximum size in the traced message.
- bootstrap() - Method in interface org.apache.camel.quarkus.core.CamelRuntimeConfig
-
Runtime configuration options for
CamelRuntimebootstrap. - broadcast(Long) - Method in class org.apache.camel.quarkus.devui.CamelCoreDevUIService.ConsoleSubscription
- build() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- build() - Method in class org.apache.camel.quarkus.core.FastFactoryFinderResolver.Builder
- Builder() - Constructor for class org.apache.camel.quarkus.core.FastFactoryFinderResolver.Builder
C
- callDevConsole() - Method in class org.apache.camel.quarkus.devui.CamelCoreDevUIService.ConsoleSubscription
- CamelBeanQualifierResolver - Interface in org.apache.camel.quarkus.core
-
Abstraction for resolving bean annotation qualifiers.
- CamelBootstrapRecorder - Class in org.apache.camel.quarkus.core
- CamelBootstrapRecorder(RuntimeValue<CamelRuntimeConfig>) - Constructor for class org.apache.camel.quarkus.core.CamelBootstrapRecorder
- CamelCapabilities - Class in org.apache.camel.quarkus.core
- CamelConfig - Interface in org.apache.camel.quarkus.core
- CamelConfig.CSimpleConfig - Interface in org.apache.camel.quarkus.core
-
Deprecated, for removal: This API element is subject to removal in a future version.
- CamelConfig.DevUIConfig - Interface in org.apache.camel.quarkus.core
- CamelConfig.EventBridgeConfig - Interface in org.apache.camel.quarkus.core
- CamelConfig.ExpressionConfig - Interface in org.apache.camel.quarkus.core
- CamelConfig.FailureRemedy - Enum Class in org.apache.camel.quarkus.core
- CamelConfig.NativeConfig - Interface in org.apache.camel.quarkus.core
- CamelConfig.ReflectionConfig - Interface in org.apache.camel.quarkus.core
- CamelConfig.RoutesDiscoveryConfig - Interface in org.apache.camel.quarkus.core
- CamelConfig.RuntimeCatalogConfig - Interface in org.apache.camel.quarkus.core
- CamelConfig.ServiceConfig - Interface in org.apache.camel.quarkus.core
- CamelConfig.ServiceDiscoveryConfig - Interface in org.apache.camel.quarkus.core
- CamelConfig.ServiceRegistryConfig - Interface in org.apache.camel.quarkus.core
- CamelConfig.TraceConfig - Interface in org.apache.camel.quarkus.core
- CamelConfig.TypeConverterConfig - Interface in org.apache.camel.quarkus.core
- CamelConfigFlags - Class in org.apache.camel.quarkus.core
- CamelConfigFlags.RoutesDiscoveryEnabled - Class in org.apache.camel.quarkus.core
- CamelConfigFlags.RuntimeCatalogEnabled - Class in org.apache.camel.quarkus.core
- camelConsumerTemplate() - Method in class org.apache.camel.quarkus.core.CamelProducers
- camelContext() - Method in class org.apache.camel.quarkus.core.CamelProducers
- CamelContextRecorder - Class in org.apache.camel.quarkus.core
- CamelContextRecorder(RuntimeValue<CamelDataFormatRuntimeConfig>) - Constructor for class org.apache.camel.quarkus.core.CamelContextRecorder
- CamelCoreDevUIService - Class in org.apache.camel.quarkus.devui
-
Dev UI service to return JSON representations of Camel DevConsole data in a streaming or non-streaming way.
- CamelCoreDevUIService() - Constructor for class org.apache.camel.quarkus.devui.CamelCoreDevUIService
- CamelCoreDevUIService.ConsoleSubscription - Class in org.apache.camel.quarkus.devui
-
Enables any Camel console to have its data streamed and updated within a specified period.
- CamelDataFormatRuntimeConfig - Interface in org.apache.camel.quarkus.core.dataformat
- camelFluentProducerTemplate(InjectionPoint) - Method in class org.apache.camel.quarkus.core.CamelProducers
- CamelHotReplacementSetup - Class in org.apache.camel.quarkus.core.devmode
- CamelHotReplacementSetup() - Constructor for class org.apache.camel.quarkus.core.devmode.CamelHotReplacementSetup
- CamelLifecycleEventBridge - Class in org.apache.camel.quarkus.core
-
Bridges
LifecycleStrategycallbacks and CDI by producing the correspondent events. - CamelLifecycleEventBridge(Set<String>) - Constructor for class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- camelMain() - Method in class org.apache.camel.quarkus.main.CamelMainProducers
- CamelMain - Class in org.apache.camel.quarkus.main
- CamelMain(CamelContext, CamelConfig.FailureRemedy) - Constructor for class org.apache.camel.quarkus.main.CamelMain
- CamelMainApplication - Class in org.apache.camel.quarkus.main
- CamelMainApplication() - Constructor for class org.apache.camel.quarkus.main.CamelMainApplication
- CamelMainConfig - Interface in org.apache.camel.quarkus.main
- CamelMainConfig.ArgumentConfig - Interface in org.apache.camel.quarkus.main
- CamelMainConfig.ShutdownConfig - Interface in org.apache.camel.quarkus.main
- CamelMainEventBridge - Class in org.apache.camel.quarkus.main
-
Bridges
MainSupportevents to CDI. - CamelMainEventBridge(Set<String>) - Constructor for class org.apache.camel.quarkus.main.CamelMainEventBridge
- CamelMainProducers - Class in org.apache.camel.quarkus.main
- CamelMainProducers() - Constructor for class org.apache.camel.quarkus.main.CamelMainProducers
- CamelMainRecorder - Class in org.apache.camel.quarkus.main
- CamelMainRecorder() - Constructor for class org.apache.camel.quarkus.main.CamelMainRecorder
- CamelMainRoutesCollector - Class in org.apache.camel.quarkus.main
- CamelMainRoutesCollector(RegistryRoutesLoader) - Constructor for class org.apache.camel.quarkus.main.CamelMainRoutesCollector
- CamelMainRuntime - Class in org.apache.camel.quarkus.main
-
An implementation of the
CamelRuntimebased on camel-main. - CamelMainRuntime(CamelMain, long) - Constructor for class org.apache.camel.quarkus.main.CamelMainRuntime
- CamelManagementAbsent - Class in org.apache.camel.quarkus.core.graal
- CamelManagementAbsent() - Constructor for class org.apache.camel.quarkus.core.graal.CamelManagementAbsent
- CamelManagementEventBridge - Class in org.apache.camel.quarkus.core
-
Bridges Camel Management events to CDI.
- CamelManagementEventBridge(Set<String>) - Constructor for class org.apache.camel.quarkus.core.CamelManagementEventBridge
- CamelProducers - Class in org.apache.camel.quarkus.core
-
Producers of beans that are injectable via CDI.
- CamelProducers() - Constructor for class org.apache.camel.quarkus.core.CamelProducers
- camelProducerTemplate(InjectionPoint) - Method in class org.apache.camel.quarkus.core.CamelProducers
- CamelQuarkusBeanPostProcessor - Class in org.apache.camel.quarkus
- CamelQuarkusBeanPostProcessor(CamelContext) - Constructor for class org.apache.camel.quarkus.CamelQuarkusBeanPostProcessor
- CamelQuarkusClassResolver - Class in org.apache.camel.quarkus.core
- CamelQuarkusClassResolver(ClassLoader) - Constructor for class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- CamelQuarkusDataFormatConfigLifecycleStrategy - Class in org.apache.camel.quarkus.core.dataformat
- CamelQuarkusDataFormatConfigLifecycleStrategy(CamelContext, CamelDataFormatRuntimeConfig) - Constructor for class org.apache.camel.quarkus.core.dataformat.CamelQuarkusDataFormatConfigLifecycleStrategy
- CamelQuarkusPackageScanClassResolver - Class in org.apache.camel.quarkus.core
-
Custom
PackageScanClassResolverwhere classes / packages known to be scanned can be computed at build time and cached for resolution at runtime. - CamelQuarkusPackageScanClassResolver(Set<? extends Class<?>>) - Constructor for class org.apache.camel.quarkus.core.CamelQuarkusPackageScanClassResolver
- CamelQuarkusPackageScanResourceResolver - Class in org.apache.camel.quarkus.core
-
Custom
PackageScanResourceResolverthat adds the specificClassLoaderinstance that Camel Quarkus requires for resolving resources. - CamelQuarkusPackageScanResourceResolver() - Constructor for class org.apache.camel.quarkus.core.CamelQuarkusPackageScanResourceResolver
- CamelRecorder - Class in org.apache.camel.quarkus.core
- CamelRecorder() - Constructor for class org.apache.camel.quarkus.core.CamelRecorder
- camelRegistry() - Method in class org.apache.camel.quarkus.core.CamelProducers
- camelRuntime() - Method in class org.apache.camel.quarkus.core.CamelProducers
- CamelRuntime - Interface in org.apache.camel.quarkus.core
-
Represent a runnable Camel instance.
- CamelRuntimeCatalog - Class in org.apache.camel.quarkus.core
- CamelRuntimeCatalog(CamelConfig.RuntimeCatalogConfig) - Constructor for class org.apache.camel.quarkus.core.CamelRuntimeCatalog
- CamelRuntimeConfig - Interface in org.apache.camel.quarkus.core
- CamelRuntimeConfig.BootstrapConfig - Interface in org.apache.camel.quarkus.core
- cancel() - Method in class org.apache.camel.quarkus.devui.CamelCoreDevUIService.ConsoleSubscription
- clear() - Method in class org.apache.camel.quarkus.core.FastFactoryFinderResolver.FastFactoryFinder
- CLOUD_EVENTS - Static variable in class org.apache.camel.quarkus.core.CamelCapabilities
- collectRoutesFromRegistry(CamelContext, String, String) - Method in interface org.apache.camel.quarkus.core.RegistryRoutesLoader
- collectRoutesFromRegistry(CamelContext, String, String) - Method in class org.apache.camel.quarkus.core.RegistryRoutesLoaders.Default
- collectRoutesFromRegistry(CamelContext, String, String) - Method in class org.apache.camel.quarkus.core.RegistryRoutesLoaders.Disabled
- collectRoutesFromRegistry(CamelContext, String, String) - Method in class org.apache.camel.quarkus.main.CamelMainRoutesCollector
- ComponentAddEvent - Class in org.apache.camel.quarkus.core.events
- ComponentAddEvent(Component) - Constructor for class org.apache.camel.quarkus.core.events.ComponentAddEvent
- ComponentEvent - Class in org.apache.camel.quarkus.core.events
-
Base
CamelEventforComponentrelated events. - ComponentEvent(Component) - Constructor for class org.apache.camel.quarkus.core.events.ComponentEvent
- componentJSonSchema(String) - Method in class org.apache.camel.quarkus.core.CamelRuntimeCatalog
- ComponentRemoveEvent - Class in org.apache.camel.quarkus.core.events
- ComponentRemoveEvent(Component) - Constructor for class org.apache.camel.quarkus.core.events.ComponentRemoveEvent
- components() - Method in interface org.apache.camel.quarkus.core.CamelConfig.RuntimeCatalogConfig
-
If `true` the Runtime Camel Catalog embedded in the application will contain JSON schemas of Camel components available in the application; otherwise component JSON schemas will not be available in the Runtime Camel Catalog and any attempt to access those will result in a RuntimeException.
- componentSupplier(String, String) - Method in class org.apache.camel.quarkus.core.InjectionPointsRecorder
- configureStartupRecorder(CamelContext) - Method in class org.apache.camel.quarkus.main.CamelMain
- ConsoleSubscription(String, Map<String, Object>) - Constructor for class org.apache.camel.quarkus.devui.CamelCoreDevUIService.ConsoleSubscription
- ConsumeRecorder - Class in org.apache.camel.quarkus.core
-
Support for Camel
Consumeannotation. - ConsumeRecorder() - Constructor for class org.apache.camel.quarkus.core.ConsumeRecorder
- CORE - Static variable in class org.apache.camel.quarkus.core.CamelCapabilities
- createBacklogTracerCustomizer(CamelConfig) - Method in class org.apache.camel.quarkus.core.CamelContextRecorder
- createBeanPostProcessor() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createBootClock(boolean) - Method in class org.apache.camel.quarkus.core.CamelContextRecorder
- createCamelContext() - Method in class org.apache.camel.quarkus.main.CamelMain
- createCamelMain(RuntimeValue<CamelContext>, RuntimeValue<RoutesCollector>, BeanContainer, CamelConfig.FailureRemedy) - Method in class org.apache.camel.quarkus.main.CamelMainRecorder
- createClassResolver() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createComponentNameResolver() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createComponentNameResolver(Set<String>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- createComponentResolver() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createContext(RuntimeValue<Registry>, RuntimeValue<TypeConverterRegistry>, RuntimeValue<ModelJAXBContextFactory>, RuntimeValue<ModelToXMLDumper>, RuntimeValue<ModelToYAMLDumper>, RuntimeValue<FactoryFinderResolver>, RuntimeValue<ComponentNameResolver>, RuntimeValue<PackageScanClassResolver>, RuntimeValue<ModelReifierFactory>, RuntimeValue<Clock>, BeanContainer, String, CamelConfig) - Method in class org.apache.camel.quarkus.core.CamelContextRecorder
- createContextServiceLoaderPlugin() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createDefaultModelReifierFactory() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createEndpoint(String, Class<? extends Endpoint>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- createFactoryFinderResolver() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createFluentProducerTemplate(String) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- createJmxConnector(String) - Method in class org.apache.camel.quarkus.core.graal.DebuggerJmxConnectorServiceSubstitutions
- createManagementNameStrategy() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createModelJAXBContextFactory() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createModelReifierFactory() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createModelToXMLDumper() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createModelToYAMLDumper() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createPackageScanClassResolver(Set<? extends Class<?>>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- createPackageScanResourceResolver() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createProcessor() - Method in class org.apache.camel.quarkus.core.DisabledValidateReifier
- createProducerTemplate(String) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- createPropertiesComponent() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createReactiveExecutor() - Method in class org.apache.camel.quarkus.core.CamelRecorder
- createRegistry() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createRegistry(Map<BeanQualifierResolverIdentifier, CamelBeanQualifierResolver>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- createRoutesDefinition() - Method in class org.apache.camel.quarkus.core.ConsumeRecorder
- createRuntime(BeanContainer, RuntimeValue<CamelMain>, long) - Method in class org.apache.camel.quarkus.main.CamelMainRecorder
- createShutdownStrategy() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createSourceLocationEnabledCustomizer() - Method in class org.apache.camel.quarkus.core.CamelContextRecorder
- createTypeConverter() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createTypeConverterRegistry() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- createTypeConverterRegistry(boolean) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- createVariableRepositoryFactory() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- csimple() - Method in interface org.apache.camel.quarkus.core.CamelConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.
- customize(RuntimeValue<CamelContext>, RuntimeValue<CamelContextCustomizer>) - Method in class org.apache.camel.quarkus.core.CamelContextRecorder
- customizeContext(RuntimeValue<CamelMain>, List<RuntimeValue<CamelContextCustomizer>>) - Method in class org.apache.camel.quarkus.main.CamelMainRecorder
- customizeDevModeCamelContext(RuntimeValue<CamelContext>, boolean) - Method in class org.apache.camel.quarkus.core.CamelContextRecorder
- customizeDevModeCamelMain(RuntimeValue<CamelMain>) - Method in class org.apache.camel.quarkus.main.CamelMainRecorder
D
- dataFormatConfigs() - Method in interface org.apache.camel.quarkus.core.dataformat.CamelDataFormatRuntimeConfig
-
Camel data format configuration.
- dataFormatJSonSchema(String) - Method in class org.apache.camel.quarkus.core.CamelRuntimeCatalog
- dataformats() - Method in interface org.apache.camel.quarkus.core.CamelConfig.RuntimeCatalogConfig
-
If `true` the Runtime Camel Catalog embedded in the application will contain JSON schemas of Camel data formats available in the application; otherwise data format JSON schemas will not be available in the Runtime Camel Catalog and any attempt to access those will result in a RuntimeException.
- deactivateConsoleStream(String) - Method in class org.apache.camel.quarkus.devui.CamelCoreDevUIService
-
Deactivates a Dev UI subscription for the given Camel console id.
- DebuggerJmxConnectorServiceSubstitutions - Class in org.apache.camel.quarkus.core.graal
-
Disable MBean server interactions in DebuggerJmxConnectorService if camel-management is not present.
- DebuggerJmxConnectorServiceSubstitutions() - Constructor for class org.apache.camel.quarkus.core.graal.DebuggerJmxConnectorServiceSubstitutions
- Default() - Constructor for class org.apache.camel.quarkus.core.RegistryRoutesLoaders.Default
- devconsoles() - Method in interface org.apache.camel.quarkus.core.CamelConfig.RuntimeCatalogConfig
-
If `true` the Runtime Camel Catalog embedded in the application will contain JSON schemas of Camel dev consoles available in the application; otherwise dev console JSON schemas will not be available in the Runtime Camel Catalog and any attempt to access those will result in a RuntimeException.
- devUI() - Method in interface org.apache.camel.quarkus.core.CamelConfig
-
Build time configuration options for the Camel Quarkus Dev UI.
- Disabled() - Constructor for class org.apache.camel.quarkus.core.RegistryRoutesLoaders.Disabled
- DisabledModelJAXBContextFactory - Class in org.apache.camel.quarkus.core
- DisabledModelJAXBContextFactory() - Constructor for class org.apache.camel.quarkus.core.DisabledModelJAXBContextFactory
- DisabledModelToXMLDumper - Class in org.apache.camel.quarkus.core
- DisabledModelToXMLDumper() - Constructor for class org.apache.camel.quarkus.core.DisabledModelToXMLDumper
- DisabledModelToYAMLDumper - Class in org.apache.camel.quarkus.core
- DisabledModelToYAMLDumper() - Constructor for class org.apache.camel.quarkus.core.DisabledModelToYAMLDumper
- DisabledPredicateValidatorReifier - Class in org.apache.camel.quarkus.core
- DisabledPredicateValidatorReifier(CamelContext, ValidatorDefinition) - Constructor for class org.apache.camel.quarkus.core.DisabledPredicateValidatorReifier
- DisabledValidateReifier - Class in org.apache.camel.quarkus.core
- DisabledValidateReifier(Route, ProcessorDefinition<?>) - Constructor for class org.apache.camel.quarkus.core.DisabledValidateReifier
- discovery() - Method in interface org.apache.camel.quarkus.core.CamelConfig.ServiceConfig
-
Build time configuration related to discoverability of Camel services via the `org.apache.camel.spi.FactoryFinder` mechanism
- doCreateValidator() - Method in class org.apache.camel.quarkus.core.DisabledPredicateValidatorReifier
- doInit() - Method in class org.apache.camel.quarkus.core.CamelManagementEventBridge
- doInit() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- doInit() - Method in class org.apache.camel.quarkus.core.FastTypeConverter
- doInit() - Method in class org.apache.camel.quarkus.main.CamelMain
- doStart() - Method in class org.apache.camel.quarkus.core.graal.DebuggerJmxConnectorServiceSubstitutions
- doStart() - Method in class org.apache.camel.quarkus.core.QuarkusContextServiceLoaderPlugin
-
Discovers and loads all
ContextServicePluginimplementations found on the classpath. - doStart() - Method in class org.apache.camel.quarkus.main.CamelMain
- doStop() - Method in class org.apache.camel.quarkus.core.CamelQuarkusPackageScanResourceResolver
- doStop() - Method in class org.apache.camel.quarkus.core.graal.DebuggerJmxConnectorServiceSubstitutions
- doStop() - Method in class org.apache.camel.quarkus.core.QuarkusContextServiceLoaderPlugin
- doStop() - Method in class org.apache.camel.quarkus.main.CamelMain
- DSL_MODELINE - Static variable in class org.apache.camel.quarkus.core.CamelCapabilities
- dumpBeansAsXml(CamelContext, List<Object>) - Method in class org.apache.camel.quarkus.core.DisabledModelToXMLDumper
- dumpBeansAsYaml(CamelContext, List<Object>) - Method in class org.apache.camel.quarkus.core.DisabledModelToYAMLDumper
- dumpDataFormatsAsXml(CamelContext, Map<String, Object>) - Method in class org.apache.camel.quarkus.core.DisabledModelToXMLDumper
- dumpDataFormatsAsYaml(CamelContext, Map<String, Object>) - Method in class org.apache.camel.quarkus.core.DisabledModelToYAMLDumper
- dumpModelAsXml(CamelContext, NamedNode) - Method in class org.apache.camel.quarkus.core.DisabledModelToXMLDumper
- dumpModelAsXml(CamelContext, NamedNode, boolean, boolean) - Method in class org.apache.camel.quarkus.core.DisabledModelToXMLDumper
- dumpModelAsYaml(CamelContext, NamedNode) - Method in class org.apache.camel.quarkus.core.DisabledModelToYAMLDumper
- dumpModelAsYaml(CamelContext, NamedNode, boolean, boolean, boolean) - Method in class org.apache.camel.quarkus.core.DisabledModelToYAMLDumper
E
- eagerCreateTypeConverter() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- enabled() - Method in interface org.apache.camel.quarkus.core.CamelConfig.EventBridgeConfig
-
Whether to enable the bridging of Camel events to CDI events.
- enabled() - Method in interface org.apache.camel.quarkus.core.CamelConfig.RoutesDiscoveryConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.
- enabled() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
Enables tracer in your Camel application.
- enabled() - Method in interface org.apache.camel.quarkus.core.CamelRuntimeConfig.BootstrapConfig
-
When set to true, the
CamelRuntimewill be started automatically. - EndpointAddEvent - Class in org.apache.camel.quarkus.core.events
- EndpointAddEvent(Endpoint) - Constructor for class org.apache.camel.quarkus.core.events.EndpointAddEvent
- EndpointEvent - Class in org.apache.camel.quarkus.core.events
-
Base
CamelEventforEndpointrelated events. - EndpointEvent(Endpoint) - Constructor for class org.apache.camel.quarkus.core.events.EndpointEvent
- EndpointRemoveEvent - Class in org.apache.camel.quarkus.core.events
- EndpointRemoveEvent(Endpoint) - Constructor for class org.apache.camel.quarkus.core.events.EndpointRemoveEvent
- entry(String, Class<?>) - Method in class org.apache.camel.quarkus.core.FastFactoryFinderResolver.Builder
- equals(Object) - Method in class org.apache.camel.quarkus.core.BeanQualifierResolverIdentifier
- ErrorHandlerAddEvent - Class in org.apache.camel.quarkus.core.events
- ErrorHandlerAddEvent(Route, Processor, ErrorHandlerFactory) - Constructor for class org.apache.camel.quarkus.core.events.ErrorHandlerAddEvent
- ErrorHandlerEvent - Class in org.apache.camel.quarkus.core.events
-
Base
CamelEventforErrorHandlerFactoryrelated events. - ErrorHandlerEvent(Route, Processor, ErrorHandlerFactory) - Constructor for class org.apache.camel.quarkus.core.events.ErrorHandlerEvent
- ErrorHandlerRemoveEvent - Class in org.apache.camel.quarkus.core.events
- ErrorHandlerRemoveEvent(Route, Processor, ErrorHandlerFactory) - Constructor for class org.apache.camel.quarkus.core.events.ErrorHandlerRemoveEvent
- eventBridge() - Method in interface org.apache.camel.quarkus.core.CamelConfig
-
Build time configuration options for the Camel CDI event bridge.
- excludePatterns() - Method in interface org.apache.camel.quarkus.core.CamelConfig.ReflectionConfig
-
A comma separated list of Ant-path style patterns to match class names that should be *excluded* from registering for reflection.
- excludePatterns() - Method in interface org.apache.camel.quarkus.core.CamelConfig.RoutesDiscoveryConfig
-
Used for exclusive filtering scanning of RouteBuilder classes.
- excludePatterns() - Method in interface org.apache.camel.quarkus.core.CamelConfig.ServiceDiscoveryConfig
-
A comma-separated list of Ant-path style patterns to match Camel service definition files in the classpath.
- excludePatterns() - Method in interface org.apache.camel.quarkus.core.CamelConfig.ServiceRegistryConfig
-
A comma-separated list of Ant-path style patterns to match Camel service definition files in the classpath.
- expression() - Method in interface org.apache.camel.quarkus.core.CamelConfig
-
Build time configuration options for the extraction of Camel expressions.
- extractionEnabled() - Method in interface org.apache.camel.quarkus.core.CamelConfig.ExpressionConfig
-
Indicates whether the expression extraction from the route definitions at build time must be done.
F
- factoryFinderResolver(RuntimeValue<FastFactoryFinderResolver.Builder>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- factoryFinderResolverBuilder() - Method in class org.apache.camel.quarkus.core.CamelRecorder
- factoryFinderResolverEntry(RuntimeValue<FastFactoryFinderResolver.Builder>, String, Class<?>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- fail - Enum constant in enum class org.apache.camel.quarkus.core.CamelConfig.FailureRemedy
- FastCamelContext - Class in org.apache.camel.quarkus.core
- FastCamelContext(String, ModelToXMLDumper, ModelToYAMLDumper) - Constructor for class org.apache.camel.quarkus.core.FastCamelContext
- FastComponentNameResolver - Class in org.apache.camel.quarkus.core
-
A fast
ComponentNameResolverimplementation, returning a fixed set of component names that were discovered at build time - FastComponentNameResolver(Set<String>) - Constructor for class org.apache.camel.quarkus.core.FastComponentNameResolver
- FastFactoryFinder(String) - Constructor for class org.apache.camel.quarkus.core.FastFactoryFinderResolver.FastFactoryFinder
- FastFactoryFinderResolver - Class in org.apache.camel.quarkus.core
-
A build time assembled
FactoryFinderResolver. - FastFactoryFinderResolver(Map<String, Class<?>>) - Constructor for class org.apache.camel.quarkus.core.FastFactoryFinderResolver
- FastFactoryFinderResolver.Builder - Class in org.apache.camel.quarkus.core
- FastFactoryFinderResolver.FastFactoryFinder - Class in org.apache.camel.quarkus.core
- FastTypeConverter - Class in org.apache.camel.quarkus.core
- FastTypeConverter(boolean) - Constructor for class org.apache.camel.quarkus.core.FastTypeConverter
- FastTypeConverterInjector - Class in org.apache.camel.quarkus.core
-
An
Injectorthat can delegate TypeConverter instance resolution to Arc. - FastTypeConverterInjector(CamelContext) - Constructor for class org.apache.camel.quarkus.core.FastTypeConverterInjector
- FileUtils - Class in org.apache.camel.quarkus.core.util
- find(PackageScanFilter, String, ClassLoader, Set<Class<?>>) - Method in class org.apache.camel.quarkus.core.CamelQuarkusPackageScanClassResolver
- findByType(Class<T>) - Method in class org.apache.camel.quarkus.core.RuntimeBeanRepository
- findByTypeWithName(Class<T>) - Method in class org.apache.camel.quarkus.core.RuntimeBeanRepository
- findClass(String) - Method in class org.apache.camel.quarkus.core.FastFactoryFinderResolver.FastFactoryFinder
- findOptionalClass(String) - Method in class org.apache.camel.quarkus.core.FastFactoryFinderResolver.FastFactoryFinder
- findOrCreateCamelTemplate() - Method in class org.apache.camel.quarkus.main.CamelMain
- findResources(String) - Method in class org.apache.camel.quarkus.core.CamelQuarkusPackageScanResourceResolver
- findSingleByType(Class<T>) - Method in class org.apache.camel.quarkus.core.RuntimeBeanRepository
G
- getAsBoolean() - Method in class org.apache.camel.quarkus.core.CamelConfigFlags.RoutesDiscoveryEnabled
- getAsBoolean() - Method in class org.apache.camel.quarkus.core.CamelConfigFlags.RuntimeCatalogEnabled
- getAsBoolean() - Method in class org.apache.camel.quarkus.core.graal.CamelManagementAbsent
- getBroadcaster() - Method in class org.apache.camel.quarkus.devui.CamelCoreDevUIService.ConsoleSubscription
- getCamelContext() - Method in class org.apache.camel.quarkus.core.QuarkusContextServiceLoaderPlugin
- getCamelContext() - Method in class org.apache.camel.quarkus.main.CamelMainRuntime
- getCamelContext() - Method in class org.apache.camel.quarkus.main.events.MainEvent
- getCamelContext(Class<T>) - Method in class org.apache.camel.quarkus.main.events.MainEvent
- getClassLoader(String) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- getClassLoaders() - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- getClassMap() - Method in class org.apache.camel.quarkus.core.FastFactoryFinderResolver
- getComponent() - Method in class org.apache.camel.quarkus.core.events.ComponentEvent
- getComponent(Class<T>) - Method in class org.apache.camel.quarkus.core.events.ComponentEvent
- getComponentParameterJsonSchema(String) - Method in class org.apache.camel.quarkus.core.FastCamelContext
- getConsoleJSON(String, Map<String, Object>) - Method in class org.apache.camel.quarkus.devui.CamelCoreDevUIService
-
Gets a JSON String representation of a Camel console.
- getDataFormatParameterJsonSchema(String) - Method in class org.apache.camel.quarkus.core.FastCamelContext
- getDevConsoleParameterJsonSchema(String) - Method in class org.apache.camel.quarkus.core.FastCamelContext
- getDevConsoleRegistry() - Static method in class org.apache.camel.quarkus.devui.CamelCoreDevUIService
- getEndpoint() - Method in class org.apache.camel.quarkus.core.events.EndpointEvent
- getEndpoint(Class<T>) - Method in class org.apache.camel.quarkus.core.events.EndpointEvent
- getEndpointUri(RuntimeValue<CamelContext>, String, String) - Method in class org.apache.camel.quarkus.core.ConsumeRecorder
- getErrorHandler() - Method in class org.apache.camel.quarkus.core.events.ErrorHandlerEvent
- getErrorHandlerFactory() - Method in class org.apache.camel.quarkus.core.events.ErrorHandlerEvent
- getId() - Method in class org.apache.camel.quarkus.core.events.ThreadPoolAddEvent
- getIdentifier(String, String) - Method in interface org.apache.camel.quarkus.core.CamelBeanQualifierResolver
-
Gets the
BeanQualifierResolverIdentifierassociated with thisCamelBeanQualifierResolver. - getInstance() - Static method in class org.apache.camel.quarkus.core.StaticAnnotationTypeConverterLoader
- getLanguageParameterJsonSchema(String) - Method in class org.apache.camel.quarkus.core.FastCamelContext
- getLoggingLevel() - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- getMain() - Method in class org.apache.camel.quarkus.main.events.MainEvent
- getMainConfigurationProperties() - Method in class org.apache.camel.quarkus.main.CamelMain
- getNativeImageResourceFileSystem() - Method in class org.apache.camel.quarkus.core.CamelQuarkusPackageScanResourceResolver
- getOrCreateConsoleSubscription(String, Map<String, Object>) - Method in class org.apache.camel.quarkus.devui.CamelCoreDevUIService
- getOrder() - Method in class org.apache.camel.quarkus.core.dataformat.CamelQuarkusDataFormatConfigLifecycleStrategy
- getRegistryRoutesLoader() - Method in class org.apache.camel.quarkus.main.CamelMainRoutesCollector
- getResourcePath() - Method in class org.apache.camel.quarkus.core.FastFactoryFinderResolver.FastFactoryFinder
- getRoute() - Method in class org.apache.camel.quarkus.core.events.ServiceEvent
- getRouteId() - Method in class org.apache.camel.quarkus.core.events.ThreadPoolAddEvent
- getService() - Method in class org.apache.camel.quarkus.core.events.ServiceEvent
- getService(Class<T>) - Method in class org.apache.camel.quarkus.core.events.ServiceEvent
- getSource() - Method in class org.apache.camel.quarkus.main.events.MainEvent
- getSourceId() - Method in class org.apache.camel.quarkus.core.events.ThreadPoolAddEvent
- getTestExcludeRoutes() - Method in class org.apache.camel.quarkus.core.FastCamelContext
- getThreadPool() - Method in class org.apache.camel.quarkus.core.events.ThreadPoolEvent
- getThreadPoolProfileId() - Method in class org.apache.camel.quarkus.core.events.ThreadPoolAddEvent
- getTimeout() - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- getTimestamp() - Method in class org.apache.camel.quarkus.main.events.MainEvent
- getTimeUnit() - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- getType() - Method in class org.apache.camel.quarkus.core.events.ComponentEvent
- getType() - Method in class org.apache.camel.quarkus.core.events.EndpointEvent
- getType() - Method in class org.apache.camel.quarkus.core.events.ErrorHandlerEvent
- getType() - Method in class org.apache.camel.quarkus.core.events.ServiceEvent
- getType() - Method in class org.apache.camel.quarkus.core.events.ThreadPoolEvent
- getType() - Method in class org.apache.camel.quarkus.main.events.MainEvent
- getVersion() - Method in class org.apache.camel.quarkus.core.FastCamelContext
H
- hashCode() - Method in class org.apache.camel.quarkus.core.BeanQualifierResolverIdentifier
- hasTimeoutOccurred() - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
I
- ignore - Enum constant in enum class org.apache.camel.quarkus.core.CamelConfig.FailureRemedy
- includeException() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
Whether to include the exception in the traced message in case of failed exchange.
- includeExchangeProperties() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
Whether to include the exchange properties in the traced message.
- includeExchangeVariables() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
Whether to include the exchange variables in the traced message.
- includePatterns() - Method in interface org.apache.camel.quarkus.core.CamelConfig.ReflectionConfig
-
A comma separated list of Ant-path style patterns to match class names that should be registered for reflection.
- includePatterns() - Method in interface org.apache.camel.quarkus.core.CamelConfig.RoutesDiscoveryConfig
-
Used for inclusive filtering scanning of RouteBuilder classes.
- includePatterns() - Method in interface org.apache.camel.quarkus.core.CamelConfig.ServiceDiscoveryConfig
-
A comma-separated list of Ant-path style patterns to match Camel service definition files in the classpath.
- includePatterns() - Method in interface org.apache.camel.quarkus.core.CamelConfig.ServiceRegistryConfig
-
A comma-separated list of Ant-path style patterns to match Camel service definition files in the classpath.
- initCamelContext() - Method in class org.apache.camel.quarkus.main.CamelMain
- initialize() - Method in class org.apache.camel.quarkus.core.CamelQuarkusPackageScanResourceResolver
- InjectionPointsRecorder - Class in org.apache.camel.quarkus.core
- InjectionPointsRecorder() - Constructor for class org.apache.camel.quarkus.core.InjectionPointsRecorder
- isClassPathPattern(String, String) - Method in class org.apache.camel.quarkus.core.CamelQuarkusPackageScanResourceResolver
- isCustomizersEnabled() - Static method in class org.apache.camel.quarkus.core.dataformat.CamelQuarkusDataFormatConfigLifecycleStrategy
- isEnabled(CamelEvent) - Method in class org.apache.camel.quarkus.core.CamelManagementEventBridge
- isForceShutdown() - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- isLogInflightExchangesOnTimeout() - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- isShutdownNowOnTimeout() - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- isShutdownRoutesInReverseOrder() - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- isSuppressLoggingOnTimeout() - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
J
- JAVA_JOOR_DSL - Static variable in class org.apache.camel.quarkus.core.CamelCapabilities
- JvmOnlyRecorder - Class in org.apache.camel.quarkus.core
- JvmOnlyRecorder() - Constructor for class org.apache.camel.quarkus.core.JvmOnlyRecorder
L
- languageJSonSchema(String) - Method in class org.apache.camel.quarkus.core.CamelRuntimeCatalog
- languages() - Method in interface org.apache.camel.quarkus.core.CamelConfig.RuntimeCatalogConfig
-
If `true` the Runtime Camel Catalog embedded in the application will contain JSON schemas of Camel languages available in the application; otherwise language JSON schemas will not be available in the Runtime Camel Catalog and any attempt to access those will result in a RuntimeException.
- load(TypeConverterRegistry, Set<Class<?>>) - Method in class org.apache.camel.quarkus.core.StaticAnnotationTypeConverterLoader
- loadAllResourcesAsURL(String) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- loadAnnotatedConverters(RuntimeValue<TypeConverterRegistry>, Set<Class<?>>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- loadClass(String, ClassLoader) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- loadCoreAndFastTypeConverters() - Method in class org.apache.camel.quarkus.core.FastTypeConverter
- loadResourceAsStream(String) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- loadResourceAsURL(String) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- loadResourcesAsURL(String) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- lookupByName(String) - Method in class org.apache.camel.quarkus.core.RuntimeBeanRepository
- lookupByNameAndType(String, Class<T>) - Method in class org.apache.camel.quarkus.core.RuntimeBeanRepository
M
- MainEvent - Class in org.apache.camel.quarkus.main.events
-
A base
CamelEventforBaseMainSupportevents. - MainEvent(BaseMainSupport) - Constructor for class org.apache.camel.quarkus.main.events.MainEvent
- mapKey(String, String) - Static method in class org.apache.camel.quarkus.core.FastFactoryFinderResolver
- modelJSonSchema(String) - Method in class org.apache.camel.quarkus.core.CamelRuntimeCatalog
- modelReifierFactory() - Method in class org.apache.camel.quarkus.core.CamelRecorder
- models() - Method in interface org.apache.camel.quarkus.core.CamelConfig.RuntimeCatalogConfig
-
If `true` the Runtime Camel Catalog embedded in the application will contain JSON schemas of Camel EIP models available in the application; otherwise EIP model JSON schemas will not be available in the Runtime Camel Catalog and any attempt to access those will result in a RuntimeException.
N
- native_() - Method in interface org.apache.camel.quarkus.core.CamelConfig
-
Build time configuration options related to the building of native executable.
- newDefaultRegistryRoutesLoader() - Method in class org.apache.camel.quarkus.core.CamelRecorder
- newDefaultStartupStepRecorder() - Method in class org.apache.camel.quarkus.core.CamelRecorder
- newDisabledModelJAXBContextFactory() - Method in class org.apache.camel.quarkus.core.CamelRecorder
- newDisabledModelToXMLDumper() - Method in class org.apache.camel.quarkus.core.CamelRecorder
- newDisabledModelToYAMLDumper() - Method in class org.apache.camel.quarkus.core.CamelRecorder
- newDisabledRegistryRoutesLoader() - Method in class org.apache.camel.quarkus.core.CamelRecorder
- newInstance(Class<T>, boolean) - Method in class org.apache.camel.quarkus.core.FastTypeConverterInjector
- newInstance(String) - Method in class org.apache.camel.quarkus.core.FastFactoryFinderResolver.FastFactoryFinder
- newInstance(String, Class<T>) - Method in class org.apache.camel.quarkus.core.FastFactoryFinderResolver.FastFactoryFinder
- newJAXBContext() - Method in class org.apache.camel.quarkus.core.DisabledModelJAXBContextFactory
- newRoutesCollector(RuntimeValue<RegistryRoutesLoader>) - Method in class org.apache.camel.quarkus.main.CamelMainRecorder
- nixifyPath(String) - Static method in class org.apache.camel.quarkus.core.util.FileUtils
-
Converts non-*nix path separator characters to the *nix alternative
- nixifyPath(Path) - Static method in class org.apache.camel.quarkus.core.util.FileUtils
-
Converts non-*nix path separator characters to the *nix alternative
- NoOpModelineFactory - Class in org.apache.camel.quarkus.core.devmode
-
A NoOp ModelineFactory for use in dev mode when camel-quarkus-modeline-dsl is not on the classpath.
- NoOpModelineFactory() - Constructor for class org.apache.camel.quarkus.core.devmode.NoOpModelineFactory
- NoShutdownStrategy - Class in org.apache.camel.quarkus.core.devmode
- NoShutdownStrategy() - Constructor for class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- notify(CamelEvent) - Method in class org.apache.camel.quarkus.core.CamelManagementEventBridge
O
- of(String) - Static method in class org.apache.camel.quarkus.core.BeanQualifierResolverIdentifier
- of(String, String) - Static method in class org.apache.camel.quarkus.core.BeanQualifierResolverIdentifier
- onBuildTimeAnalysisFailure() - Method in interface org.apache.camel.quarkus.core.CamelConfig.CSimpleConfig
-
Deprecated.What to do if it is not possible to extract CSimple expressions from a route definition at build time.
- onBuildTimeAnalysisFailure() - Method in interface org.apache.camel.quarkus.core.CamelConfig.ExpressionConfig
-
What to do if it is not possible to extract expressions from a route definition at build time.
- onComponentAdd(String, Component) - Method in class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- onComponentRemove(String, Component) - Method in class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- onContextInitialized(CamelContext) - Method in class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- onDataFormatCreated(String, DataFormat) - Method in class org.apache.camel.quarkus.core.dataformat.CamelQuarkusDataFormatConfigLifecycleStrategy
- onEndpointAdd(Endpoint) - Method in class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- onEndpointRemove(Endpoint) - Method in class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- onRouteContextCreate(Route) - Method in class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- onRoutesAdd(Collection<Route>) - Method in class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- onRoutesRemove(Collection<Route>) - Method in class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- onServiceAdd(CamelContext, Service, Route) - Method in class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- onServiceRemove(CamelContext, Service, Route) - Method in class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- onThreadPoolAdd(CamelContext, ThreadPoolExecutor, String, String, String, String) - Method in class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- onThreadPoolRemove(CamelContext, ThreadPoolExecutor) - Method in class org.apache.camel.quarkus.core.CamelLifecycleEventBridge
- onUnknown() - Method in interface org.apache.camel.quarkus.main.CamelMainConfig.ArgumentConfig
-
The action to take when `CamelMain` encounters an unknown argument. fail - Prints the `CamelMain` usage statement and throws a `RuntimeException` ignore - Suppresses any warnings and the application startup proceeds as normal warn - Prints the `CamelMain` usage statement but allows the application startup to proceed as normal
- org.apache.camel.quarkus - package org.apache.camel.quarkus
- org.apache.camel.quarkus.core - package org.apache.camel.quarkus.core
- org.apache.camel.quarkus.core.dataformat - package org.apache.camel.quarkus.core.dataformat
- org.apache.camel.quarkus.core.devmode - package org.apache.camel.quarkus.core.devmode
- org.apache.camel.quarkus.core.events - package org.apache.camel.quarkus.core.events
- org.apache.camel.quarkus.core.graal - package org.apache.camel.quarkus.core.graal
- org.apache.camel.quarkus.core.util - package org.apache.camel.quarkus.core.util
- org.apache.camel.quarkus.devui - package org.apache.camel.quarkus.devui
- org.apache.camel.quarkus.main - package org.apache.camel.quarkus.main
- org.apache.camel.quarkus.main.events - package org.apache.camel.quarkus.main.events
P
- parseArguments(String[]) - Method in class org.apache.camel.quarkus.main.CamelMain
- parseModeline(Resource) - Method in class org.apache.camel.quarkus.core.devmode.NoOpModelineFactory
- postProcessBeanAndBindToRegistry(RuntimeValue<CamelContext>, Class<?>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- postProcessBeforeInitialization(Object, String) - Method in class org.apache.camel.quarkus.CamelQuarkusBeanPostProcessor
- produceProxy(Class<T>, String) - Method in class org.apache.camel.quarkus.core.CamelRecorder
Q
- QuarkusContextServiceLoaderPlugin - Class in org.apache.camel.quarkus.core
- QuarkusContextServiceLoaderPlugin() - Constructor for class org.apache.camel.quarkus.core.QuarkusContextServiceLoaderPlugin
R
- reflection() - Method in interface org.apache.camel.quarkus.core.CamelConfig.NativeConfig
-
Register classes for reflection.
- registerCamelBeanQualifierResolver(String, String, RuntimeValue<CamelBeanQualifierResolver>, Map<BeanQualifierResolverIdentifier, CamelBeanQualifierResolver>) - Method in class org.apache.camel.quarkus.core.CamelRecorder
- registerCamelMainEventBridge(RuntimeValue<CamelMain>, Set<String>) - Method in class org.apache.camel.quarkus.main.CamelMainRecorder
- registerDataFormatLifecycleStrategy() - Method in class org.apache.camel.quarkus.core.CamelContextRecorder
- registerLifecycleEventBridge(RuntimeValue<CamelContext>, Set<String>) - Method in class org.apache.camel.quarkus.core.CamelContextRecorder
- registerManagementEventBridge(RuntimeValue<CamelContext>, Set<String>) - Method in class org.apache.camel.quarkus.core.CamelContextRecorder
- registry() - Method in interface org.apache.camel.quarkus.core.CamelConfig.ServiceConfig
-
Build time configuration related to registering of Camel services to the Camel registry
- RegistryRoutesLoader - Interface in org.apache.camel.quarkus.core
- RegistryRoutesLoaders - Class in org.apache.camel.quarkus.core
- RegistryRoutesLoaders.Default - Class in org.apache.camel.quarkus.core
- RegistryRoutesLoaders.Disabled - Class in org.apache.camel.quarkus.core
- removeOnDump() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
Whether all traced messages should be removed when the tracer is dumping.
- resolveAnnotations(String) - Method in interface org.apache.camel.quarkus.core.CamelBeanQualifierResolver
-
Resolves bean annotation qualifiers with the given bean name.
- resolveBootstrapFactoryFinder(ClassResolver, String) - Method in class org.apache.camel.quarkus.core.FastFactoryFinderResolver
- resolveClass(String) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- resolveClass(String, Class<T>) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- resolveClass(String, Class<T>, ClassLoader) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- resolveClass(String, ClassLoader) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- resolveFactoryFinder(ClassResolver, String) - Method in class org.apache.camel.quarkus.core.FastFactoryFinderResolver
- resolveMandatoryClass(String) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- resolveMandatoryClass(String, Class<T>) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- resolveMandatoryClass(String, Class<T>, ClassLoader) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- resolveMandatoryClass(String, ClassLoader) - Method in class org.apache.camel.quarkus.core.CamelQuarkusClassResolver
- resolveNames(CamelContext) - Method in class org.apache.camel.quarkus.core.FastComponentNameResolver
- resolveQualifiers() - Method in interface org.apache.camel.quarkus.core.CamelBeanQualifierResolver
-
Resolves bean annotation qualifiers.
- routesDiscovery() - Method in interface org.apache.camel.quarkus.core.CamelConfig
-
Build time configuration options for routes discovery.
- RoutesDiscoveryEnabled() - Constructor for class org.apache.camel.quarkus.core.CamelConfigFlags.RoutesDiscoveryEnabled
- run(String[]) - Method in class org.apache.camel.quarkus.main.CamelMain
- run(String...) - Method in class org.apache.camel.quarkus.main.CamelMainApplication
- runEngine() - Method in class org.apache.camel.quarkus.main.CamelMain
-
Start the engine if not done already and wait until completed, or the JVM terminates.
- RuntimeBeanRepository - Class in org.apache.camel.quarkus.core
- RuntimeBeanRepository(Map<BeanQualifierResolverIdentifier, CamelBeanQualifierResolver>) - Constructor for class org.apache.camel.quarkus.core.RuntimeBeanRepository
- runtimeCatalog() - Method in interface org.apache.camel.quarkus.core.CamelConfig
-
Build time configuration options for `org.apache.camel.catalog.RuntimeCamelCatalog`.
- RuntimeCatalogEnabled() - Constructor for class org.apache.camel.quarkus.core.CamelConfigFlags.RuntimeCatalogEnabled
- RuntimeRegistry - Class in org.apache.camel.quarkus.core
- RuntimeRegistry(Map<BeanQualifierResolverIdentifier, CamelBeanQualifierResolver>) - Constructor for class org.apache.camel.quarkus.core.RuntimeRegistry
S
- scanTypeConverters() - Method in class org.apache.camel.quarkus.core.FastTypeConverter
- serializationEnabled() - Method in interface org.apache.camel.quarkus.core.CamelConfig.ReflectionConfig
-
If `true`, basic classes are registered for serialization; otherwise basic classes won't be registered automatically for serialization in native mode.
- service() - Method in interface org.apache.camel.quarkus.core.CamelConfig
-
Build time configuration options for Camel services.
- ServiceAddEvent - Class in org.apache.camel.quarkus.core.events
- ServiceAddEvent(CamelContext, Service, Route) - Constructor for class org.apache.camel.quarkus.core.events.ServiceAddEvent
- ServiceEvent - Class in org.apache.camel.quarkus.core.events
-
Base
CamelEventforServicerelated events. - ServiceEvent(CamelContext, Service, Route) - Constructor for class org.apache.camel.quarkus.core.events.ServiceEvent
- ServiceRemoveEvent - Class in org.apache.camel.quarkus.core.events
- ServiceRemoveEvent(CamelContext, Service, Route) - Constructor for class org.apache.camel.quarkus.core.events.ServiceRemoveEvent
- setCamelContext(CamelContext) - Method in class org.apache.camel.quarkus.core.QuarkusContextServiceLoaderPlugin
- setContext(CamelContext) - Method in class org.apache.camel.quarkus.core.CamelProducers
- setLoggingLevel(LoggingLevel) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- setLogInflightExchangesOnTimeout(boolean) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- setMain(CamelMain) - Method in class org.apache.camel.quarkus.main.CamelMainProducers
- setOptions(Map<String, Object>) - Method in class org.apache.camel.quarkus.devui.CamelCoreDevUIService.ConsoleSubscription
- setRuntime(CamelRuntime) - Method in class org.apache.camel.quarkus.core.CamelProducers
- setShutdownNowOnTimeout(boolean) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- setShutdownRoutesInReverseOrder(boolean) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- setSuppressLoggingOnTimeout(boolean) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- setTimeout(long) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- setTimestamp(long) - Method in class org.apache.camel.quarkus.main.events.MainEvent
- setTimeUnit(TimeUnit) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- setupHotDeployment(HotReplacementContext) - Method in class org.apache.camel.quarkus.core.devmode.CamelHotReplacementSetup
- shutdown() - Method in interface org.apache.camel.quarkus.main.CamelMainConfig
-
Build time configuration options for `CamelMain` shutdown.
- shutdown(CamelContext, List<RouteStartupOrder>) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- shutdown(CamelContext, List<RouteStartupOrder>, long, TimeUnit) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- shutdown(CamelContext, RouteStartupOrder, long, TimeUnit, boolean) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- shutdownForced(CamelContext, List<RouteStartupOrder>) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- sourceLocationEnabled() - Method in interface org.apache.camel.quarkus.core.CamelConfig
-
Build time configuration options for enable/disable camel source location.
- standby() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
To set the tracer in standby mode, where the tracer will be installed, but not automatically enabled.
- start() - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- start(RuntimeValue<CamelRuntime>, Supplier<String[]>, String) - Method in class org.apache.camel.quarkus.core.CamelBootstrapRecorder
- start(String...) - Method in interface org.apache.camel.quarkus.core.CamelRuntime
- start(String[]) - Method in class org.apache.camel.quarkus.main.CamelMainRuntime
- startEngine() - Method in class org.apache.camel.quarkus.main.CamelMain
-
Start the engine.
- StaticAnnotationTypeConverterLoader - Class in org.apache.camel.quarkus.core
- statisticsEnabled() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TypeConverterConfig
-
Whether type converter statistics are enabled.
- stop() - Method in interface org.apache.camel.quarkus.core.CamelRuntime
- stop() - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- stop() - Method in class org.apache.camel.quarkus.main.CamelMainRuntime
- streamConsole(String, Map<String, Object>) - Method in class org.apache.camel.quarkus.devui.CamelCoreDevUIService
-
Streams a JSON String representation of a Camel console.
- SubstituteIntrospectionSupport - Class in org.apache.camel.quarkus.core.graal
- SubstituteIntrospectionSupport() - Constructor for class org.apache.camel.quarkus.core.graal.SubstituteIntrospectionSupport
- suspend(CamelContext, List<RouteStartupOrder>) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
- suspend(CamelContext, List<RouteStartupOrder>, long, TimeUnit) - Method in class org.apache.camel.quarkus.core.devmode.NoShutdownStrategy
T
- ThreadPoolAddEvent - Class in org.apache.camel.quarkus.core.events
- ThreadPoolAddEvent(CamelContext, ThreadPoolExecutor, String, String, String, String) - Constructor for class org.apache.camel.quarkus.core.events.ThreadPoolAddEvent
- ThreadPoolEvent - Class in org.apache.camel.quarkus.core.events
-
Base
CamelEventforThreadPoolExecutorrelated events. - ThreadPoolEvent(CamelContext, ThreadPoolExecutor) - Constructor for class org.apache.camel.quarkus.core.events.ThreadPoolEvent
- ThreadPoolRemoveEvent - Class in org.apache.camel.quarkus.core.events
- ThreadPoolRemoveEvent(CamelContext, ThreadPoolExecutor) - Constructor for class org.apache.camel.quarkus.core.events.ThreadPoolRemoveEvent
- timeout() - Method in interface org.apache.camel.quarkus.main.CamelMainConfig.ShutdownConfig
-
A timeout (with millisecond precision) to wait for `CamelMain++#++stop()` to finish
- toString() - Method in class org.apache.camel.quarkus.core.BeanQualifierResolverIdentifier
- trace() - Method in interface org.apache.camel.quarkus.core.CamelConfig
-
Build time configuration options for the Camel tracing.
- traceFilter() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
Filter for tracing messages.
- tracePattern() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
Filter for tracing by route or node id.
- traceRests() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
Whether to trace routes that is created from Rest DSL.
- traceTemplates() - Method in interface org.apache.camel.quarkus.core.CamelConfig.TraceConfig
-
Whether to trace routes that is created from route templates or kamelets.
- transformers() - Method in interface org.apache.camel.quarkus.core.CamelConfig.RuntimeCatalogConfig
-
If `true` the Runtime Camel Catalog embedded in the application will contain JSON schemas of Camel transformers available in the application; otherwise transformer JSON schemas will not be available in the Runtime Camel Catalog and any attempt to access those will result in a RuntimeException.
- typeConverter() - Method in interface org.apache.camel.quarkus.core.CamelConfig
-
Build time configuration options for Camel type converters.
U
- unwrap(Object) - Method in class org.apache.camel.quarkus.core.RuntimeRegistry
- updateConsoleOptions(String, Map<String, Object>) - Method in class org.apache.camel.quarkus.devui.CamelCoreDevUIService
-
Updates the map of options for a given console subscription.
- updateInterval() - Method in interface org.apache.camel.quarkus.core.CamelConfig.DevUIConfig
-
The interval at which data is updated in Camel Quarkus Dev UI pages.
V
- valueOf(String) - Static method in enum class org.apache.camel.quarkus.core.CamelConfig.FailureRemedy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.camel.quarkus.core.CamelConfig.FailureRemedy
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- waitForExit() - Method in interface org.apache.camel.quarkus.core.CamelRuntime
- waitForExit() - Method in class org.apache.camel.quarkus.main.CamelMainRuntime
- warn - Enum constant in enum class org.apache.camel.quarkus.core.CamelConfig.FailureRemedy
- warnJvmInNative(String) - Method in class org.apache.camel.quarkus.core.JvmOnlyRecorder
- warnJvmInNative(Logger, String) - Static method in class org.apache.camel.quarkus.core.JvmOnlyRecorder
X
- XML - Static variable in class org.apache.camel.quarkus.core.CamelCapabilities
- XML_IO_DSL - Static variable in class org.apache.camel.quarkus.core.CamelCapabilities
- XML_JAXB - Static variable in class org.apache.camel.quarkus.core.CamelCapabilities
- XML_JAXP - Static variable in class org.apache.camel.quarkus.core.CamelCapabilities
Y
- YAML_DSL - Static variable in class org.apache.camel.quarkus.core.CamelCapabilities
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CamelConfig.ExpressionConfiginstead