LargoSessionFailed
class LargoSessionFailed implements ShouldBroadcastNow
Traits
Dispatchable
InteractsWithSockets
SerializesModels
Properties
User | $user | The user that created the server. |
|
string | $id | The ID of the Largo session |
|
string|null | $queue | The name of the queue the job should be sent to. |
Methods
void
Channel|array
broadcastOn()
Get the channels the event should broadcast on.
array
broadcastWith()
Get the data to broadcast.
Details
at line 47
void
__construct(string $id, User $user)
Create a new event instance.
at line 59
Channel|array
broadcastOn()
Get the channels the event should broadcast on.
at line 69
array
broadcastWith()
Get the data to broadcast.