Uses of Package
org.apache.camel.impl.engine
Packages that use org.apache.camel.impl.engine
-
Classes in org.apache.camel.impl.engine used by org.apache.camel.impl.engineClassDescriptionRepresents the context used to configure routes and the policies to use.Base implementation for
EndpointRegistry,TransformerRegistry, andValidatorRegistry.BaseExecutorServiceManagerwhich can be used for implementationsBase class for package scan resolvers.InternalProcessorthat Camel routing engine used during routing for cross cutting functionality such as: ExecuteUnitOfWorkKeeping track which route currently is being routed ExecuteRoutePolicyGather JMX performance statics Tracing Debugging Message History Stream CachingTransformer...Advice to inject newUnitOfWorkto theExchangeif needed, and as well to ensure theUnitOfWorkis done and stopped.A helper class for Camel based injector or bean post-processing hooks.Default configurer resolver that looks for configurer factories in META-INF/services/org/apache/camel/configurer/.Default factory finder.Default implement ofPackageScanClassResolverTemplate (named like Spring's TransactionTemplate & JmsTemplate et al) for working with Camel and sendingMessageinstances in anExchangeto anEndpoint.A defaultRouteControllerthat starts the routes in a fail-fast mode, which means if any of the routes fail to startup then this causes Camel to fail to startup as well.The default implementation ofUnitOfWorkThisFileStateRepositoryclass is a file-based implementation of aStateRepository.ExchangeFactorythat creates a newExchangeinstance.ProcessorExchangeFactorythat creates a newExchangeinstance.Represents the runtime objects for a given route so that it can be stopped independently of other routesAProcessorwhich is used for POJO @Consume where you can have multiple @Consume on the same endpoint/consumer and via predicate's can filter and call different methods.Key used inTransformerRegistryinAbstractCamelContext, to ensure a consistent lookup.Key used inValidatorRegistryinCamelContext, to ensure a consistent lookup.