Interface BootstrapCloseable

  • All Superinterfaces:
    AutoCloseable, Closeable

    public interface BootstrapCloseable
    extends Closeable
    A marker interface for a service, or other kind of process that is only used during bootstrapping Camel. After the bootstrap is complete the Closeable.close() method is invoked which allows to do some cleanup processes such as clearing internal caches, maps etc to clear up memory etc.