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