DefaultShutdownHook

class DefaultShutdownHook : ShutdownHook

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
onShutdown
Link copied to clipboard
common
open override fun onShutdown(listener: () -> Unit)
Adds a listener which will be notified when the environment shuts down.
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard