FulfilledPlacementCommit

data class FulfilledPlacementCommit(val placementRef: TemporaryPlacement, val capturedState: BlockState, val revertAt: Instant) : Delayed

Constructors

Link copied to clipboard
fun FulfilledPlacementCommit(placementRef: TemporaryPlacement, capturedState: BlockState, revertAt: Instant)

Functions

Link copied to clipboard
open operator override fun compareTo(other: Delayed): Int
Link copied to clipboard
open override fun getDelay(unit: TimeUnit): Long

Properties

Link copied to clipboard
val capturedState: BlockState
Link copied to clipboard
Link copied to clipboard
val revertAt: Instant