corda / net.corda.core.flows / RecoveryTimeWindow

RecoveryTimeWindow

data class RecoveryTimeWindow

Constructors

<init>

RecoveryTimeWindow(fromTime: Instant, untilTime: Instant = Instant.now())

Properties

fromTime

val fromTime: Instant

untilTime

val untilTime: Instant

Companion Object Functions

between

fun between(fromTime: Instant, untilTime: Instant): RecoveryTimeWindow

fromOnly

fun fromOnly(fromTime: Instant): RecoveryTimeWindow

untilOnly

fun untilOnly(untilTime: Instant): RecoveryTimeWindow