LoadBalancerDeleted
in package
Uses
Dispatchable, InteractsWithSockets, SerializesModels
Table of Contents
- $load_balancer : LoadBalancer
- __construct() : void
- Create a new event instance.
- broadcastOn() : Channel|PrivateChannel
- Get the channels the event should broadcast on.
- broadcastQueue() : string
- The name of the queue on which to place the broadcasting job.
Properties
$load_balancer
public
LoadBalancer
$load_balancer
Methods
__construct()
Create a new event instance.
public
__construct(LoadBalancer $load_balancer) : void
Parameters
- $load_balancer : LoadBalancer
Return values
void —broadcastOn()
Get the channels the event should broadcast on.
public
broadcastOn() : Channel|PrivateChannel
Return values
Channel|PrivateChannel —broadcastQueue()
The name of the queue on which to place the broadcasting job.
public
broadcastQueue() : string