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
.BaseExecutorServiceManager
which can be used for implementationsBase class for package scan resolvers.InternalProcessor
that Camel routing engine used during routing for cross cutting functionality such as: ExecuteUnitOfWork
Keeping track which route currently is being routed ExecuteRoutePolicy
Gather JMX performance statics Tracing Debugging Message History Stream CachingTransformer
...Advice to inject newUnitOfWork
to theExchange
if needed, and as well to ensure theUnitOfWork
is 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 ofPackageScanClassResolver
Template (named like Spring's TransactionTemplate & JmsTemplate et al) for working with Camel and sendingMessage
instances in anExchange
to anEndpoint
.A defaultRouteController
that 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 ofUnitOfWork
ThisFileStateRepository
class is a file-based implementation of aStateRepository
.ExchangeFactory
that creates a newExchange
instance.ProcessorExchangeFactory
that creates a newExchange
instance.Represents the runtime objects for a given route so that it can be stopped independently of other routesAProcessor
which 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 inTransformerRegistry
inAbstractCamelContext
, to ensure a consistent lookup.Key used inValidatorRegistry
inCamelContext
, to ensure a consistent lookup.