Input Handler
annotation class InputHandler(val value: Array<String>, val rateLimits: RateLimits = RateLimits(0, 0), val guard: KClass<out Guard> = DefaultGuard::class)
The annotation used to denote the function used to process the specified I/O event.