Class DefaultServiceBootstrapCloseable

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.apache.camel.spi.BootstrapCloseable

    public class DefaultServiceBootstrapCloseable
    extends Object
    implements org.apache.camel.spi.BootstrapCloseable
    Default BootstrapCloseable which will collect all registered Service which is BootstrapCloseable and run their task and remove the service from CamelContext.
    • Constructor Detail

      • DefaultServiceBootstrapCloseable

        public DefaultServiceBootstrapCloseable​(org.apache.camel.CamelContext camelContext)