public interface Disposable
dispose() must be called once during shutdown, directly after Startable.stop() (if the component implements the Startable interface).| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose this component.
|