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