Class: ServeCommand
Class: ServeCommand
The serve command class.
Constructors
Constructor
new ServeCommand(context): ServeCommand;
Create a new instance of ServeCommand.
Parameters
context
The service container to manage dependencies.
Returns
ServeCommand
Methods
handle()
handle(event): Promise<void>;
Handle the incoming event.
Parameters
event
IncomingEvent
The incoming event.
Returns
Promise
<void
>