CreatedInstance

data class CreatedInstance(instance: Any, createdAt: Instant)

Tracks created service instances

instance is the service instance that was create. createdAt is the timestamp, when the instantiation occurred.

Constructors

CreatedInstance
Link copied to clipboard
fun CreatedInstance(instance: Any, createdAt: Instant)

Properties

createdAt
Link copied to clipboard
val createdAt: Instant
instance
Link copied to clipboard
val instance: Any