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 implementationsInternalProcessorthat 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... and more.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.Template (named like Spring's TransactionTemplate invalid input: '&' 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 ofUnitOfWorkExchangeFactorythat 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.