This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 998ad96a40d CAMEL-21359: camel-spring-boot - Add support for
MainListener
998ad96a40d is described below
commit 998ad96a40dc6fc4d232e33367c8e021612a252e
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 23 11:42:22 2025 +0100
CAMEL-21359: camel-spring-boot - Add support for MainListener
---
.../ROOT/pages/advanced-configuration-of-camelcontext-using-spring.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/advanced-configuration-of-camelcontext-using-spring.adoc
b/docs/user-manual/modules/ROOT/pages/advanced-configuration-of-camelcontext-using-spring.adoc
index c2fd8c19bdf..5a029e1e1a2 100644
---
a/docs/user-manual/modules/ROOT/pages/advanced-configuration-of-camelcontext-using-spring.adoc
+++
b/docs/user-manual/modules/ROOT/pages/advanced-configuration-of-camelcontext-using-spring.adoc
@@ -62,6 +62,7 @@ And the following options have support for any number of
beans defined.
|`InterceptStrategy` |0..n |To use your own
xref:components:eips:intercept.adoc[Intercept]that intercepts every processing
step in all routes in the xref:camelcontext.adoc[CamelContext]. For instance,
you can use this to do an AOP like performance timer interceptor.
|`LifecycleStrategy` |0..n |To use third-party lifecycle strategies.
|`LogListener` |0..n|To use custom `LogListener` implementations.
+|`MainListener` |0..n|To use custom `MainListener` implementations.
|`ModelLifecycleStrategy` |0..n |To use third-party model lifecycle strategies.
|`RoutePolicyFactory` |0..n |To use a third-party route policy factory to
create a route policy for every route.
|`ServiceRegistry` |0..n |To use camel-cloud
xref:service-registry.adoc[Service Registries].