class DispatchMaiaJob implements ShouldQueue

Methods

void
handle(MaiaJobCreated $event)

Handle the event.

void
failed(MaiaJobCreated $event, Exception $exception)

Handle a job failure.

Details

at line 27
void handle(MaiaJobCreated $event)

Handle the event.

Parameters

MaiaJobCreated $event

Return Value

void

at line 73
void failed(MaiaJobCreated $event, Exception $exception)

Handle a job failure.

Parameters

MaiaJobCreated $event
Exception $exception

Return Value

void