The input request type
The validated request type
The response type
OptionalstartOptional hook called once before the first handler processes the event.
The trigger context
A Result indicating success or failure
OptionaldoneOptional hook called after all handlers have finished processing.
The trigger context
A Result indicating success or failure
Interface for sending data during event handling. Provides lifecycle hooks (start, send, done) for managing event communication.