Guard

annotation class Guard(val guard: KClass<out Guard> = DefaultGuard::class)

The annotation used to set a guarding mechanism that handlers will pick.

Properties

Link copied to clipboard
val guard: KClass<out Guard>

Guard condition that will be checked.