Class AutoCloseableLifecycleComponent

java.lang.Object
org.apache.bookkeeper.common.component.AutoCloseableLifecycleComponent
All Implemented Interfaces:
AutoCloseable, LifecycleComponent

public class AutoCloseableLifecycleComponent extends Object implements LifecycleComponent
Allows for AutoClosable resources to be added to the component lifecycle without having to implement ServerLifecycleComponent directly.