public class ScalaClassValueReleaser extends Object implements ResourceReleaser
IMPORTANT: this class is on a different package than the rest of the classes in this module. The reason of that is that this class must be loaded by each artifact class loader that is being disposed. So, it cannot contain any of the prefixes that force a class to be loaded from the container.
| Constructor and Description |
|---|
ScalaClassValueReleaser() |
| Modifier and Type | Method and Description |
|---|---|
void |
release()
Attempts to release, during an
Artifact undeployment, resources that were not explicitly released and could cause a
memory leak. |
public void release()
ResourceReleaserArtifact undeployment, resources that were not explicitly released and could cause a
memory leak.release in interface ResourceReleaserCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.