AutoDisposePlugins

class AutoDisposePlugins

Utility class to inject handlers to certain standard autodispose-lifecycle operations.

Functions

isLockdown
Link copied to clipboard
open fun isLockdown(): Boolean
Returns true if the plugins were locked down.
lockdown
Link copied to clipboard
open fun lockdown()
Prevents changing the plugins from then on.
reset
Link copied to clipboard
open fun reset()
Removes all handlers and resets to default behavior.

Properties

fillInOutsideScopeExceptionStacktraces
Link copied to clipboard
open var fillInOutsideScopeExceptionStacktraces: Boolean
hideProxies
Link copied to clipboard
open var hideProxies: Boolean
outsideScopeHandler
Link copied to clipboard
@Nullable()
private open var outsideScopeHandler: @Nullable() Consumer<out Any>