RequiresSyncResponse
in
Marker interface for adapters that require the bot's response within the same HTTP request.
The concurrency handler will always process messages inline for these adapters, never deferring to async execution.
Examples: WebAdapter (UI waits for reply), DiscordAdapter (3s timeout)