ppalaga commented on a change in pull request #226: Use MainSupport as base for 
running Camel
URL: https://github.com/apache/camel-quarkus/pull/226#discussion_r331430098
 
 

 ##########
 File path: 
extensions/main/runtime/src/main/java/org/apache/camel/quarkus/main/CamelMainEvents.java
 ##########
 @@ -14,8 +14,24 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.camel.quarkus.core.runtime;
+package org.apache.camel.quarkus.main;
 
-public class InitializingEvent {
+public final class CamelMainEvents {
+    private CamelMainEvents() {
+    }
 
+    public static class BeforeStart {
+    }
+
+    public static class Configure {
+    }
+
+    public static class AsfterStart {
+    }
+
+    public static class BeforeStop {
+    }
+
+    public static class AsfterStop {
 
 Review comment:
   `s/AsfterStop/AfterStop/`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to