Class CamelDropwizardLifecycle

  • All Implemented Interfaces:
    io.dropwizard.lifecycle.Managed

    public class CamelDropwizardLifecycle
    extends Object
    implements io.dropwizard.lifecycle.Managed
    A lifecycle binding of CamelContext and Dropwizard.
    Author:
    Ɓukasz Dywicki
    • Constructor Detail

      • CamelDropwizardLifecycle

        public CamelDropwizardLifecycle​(org.apache.camel.CamelContext camelConfiguration)
    • Method Detail

      • start

        public void start()
                   throws Exception
        Specified by:
        start in interface io.dropwizard.lifecycle.Managed
        Throws:
        Exception
      • stop

        public void stop()
                  throws Exception
        Specified by:
        stop in interface io.dropwizard.lifecycle.Managed
        Throws:
        Exception