handleClose

open fun handleClose()(source)

Releases resources held by this processor. This is a non-suspend version of close for overriding from Java code.

Java subclasses should override this method instead of to suspend close to avoid dealing with Kotlin coroutine internals (Continuation parameter).