ApplicationCredentialRefresh
in package
implements
ShouldBroadcast
Uses
Dispatchable, InteractsWithSockets, SerializesModels
Interfaces, Classes, Traits and Enums
- ShouldBroadcast
Table of Contents
- $application_credential : ApplicationCredential
- __construct() : void
- Create a new event instance.
- broadcastAs() : string
- 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
$application_credential
public
ApplicationCredential
$application_credential
Methods
__construct()
Create a new event instance.
public
__construct(ApplicationCredential $application_credential) : void
Parameters
- $application_credential : ApplicationCredential
Return values
void —broadcastAs()
public
broadcastAs() : string
Return values
string —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