MicrovmHooks

Configuration for lifecycle hooks invoked during MicroVM events such as run, resume, suspend, and terminate.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path of the hook invoked when the MicroVM resumes from a suspended state.

Link copied to clipboard

The maximum time in seconds for the resume hook to complete.

Link copied to clipboard

The path of the hook invoked when the MicroVM starts running.

Link copied to clipboard

The maximum time in seconds for the run hook to complete.

Link copied to clipboard

The path of the hook invoked when the MicroVM is suspended.

Link copied to clipboard

The maximum time in seconds for the suspend hook to complete.

Link copied to clipboard

The path of the hook invoked when the MicroVM is terminated.

Link copied to clipboard

The maximum time in seconds for the terminate hook to complete.

Functions

Link copied to clipboard
inline fun copy(block: MicrovmHooks.Builder.() -> Unit = {}): MicrovmHooks
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String