public interface Disposable
Disposable is an object that holds resources that would need to be released.| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Frees up any resources hold by the object.
|
Copyright © 2023 MuleSoft, Inc.. All rights reserved.