TypeResponse

constructor(value: T, awaitableId: String, id: String = UUID.randomUUID().toString(), timestamp: Instant = Instant.now(), persistent: Boolean = false)

Parameters

T

The type of value provided

value

The value provided by the user

awaitableId

The ID of the TypeRequest this responds to