MaintenanceEvents

Sealed class representing specific maintenance-related monitored events.

Inheritors

Types

Link copied to clipboard

Event fires when server maintenance is completed.

Link copied to clipboard

Event fires when server maintenance begins.

Functions

Link copied to clipboard
abstract suspend fun checkAndFireCallback(cachedData: LocalDateTime, currentData: LocalDateTime, callback: Callback<LocalDateTime, LocalDateTime, Nothing>)

Abstract function to check and trigger a callback based on the provided data and callback.