class AfterHandle

Dispatched inside the coroutine after the command's handle method completes successfully.

Only fires when handle() returns without throwing. For failure cases, check AfterExecute's throwable. Unlike CommandFinished (which fires at the Symfony level outside the coroutine), this event runs inside the coroutine where Context is available.

Methods

__construct(Command $command)

No description

Details

at line 18
__construct(Command $command)

No description

Parameters

Command $command