Interface BootstrapCloseable

All Superinterfaces:
AutoCloseable, Closeable

public interface BootstrapCloseable extends Closeable
Marker for a service (or other process) that is only needed while Camel is bootstrapping.

Once bootstrap completes, Camel invokes Closeable.close() so the implementation can release bootstrap-only state, for example clearing internal caches and maps to free memory that is not needed at runtime.

Since:
3.7