Update CamelContextConfiguration.java
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c94dbbb5 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c94dbbb5 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c94dbbb5 Branch: refs/heads/master Commit: c94dbbb5af6d748ee66f79e15f8fa40a63886c29 Parents: 3cdf922 Author: awgtek <ada...@hotmail.com> Authored: Mon Nov 16 23:04:15 2015 -0500 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Nov 27 08:16:16 2015 +0100 ---------------------------------------------------------------------- .../org/apache/camel/spring/boot/CamelContextConfiguration.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c94dbbb5/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelContextConfiguration.java ---------------------------------------------------------------------- diff --git a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelContextConfiguration.java b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelContextConfiguration.java index 418cb00..47c0640 100644 --- a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelContextConfiguration.java +++ b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelContextConfiguration.java @@ -22,4 +22,6 @@ public interface CamelContextConfiguration { void beforeApplicationStart(CamelContext camelContext); + void afterApplicationStart(CamelContext camelContext); + }