class Illuminate / Broadcasting / UniqueBroadcastEvent

UniqueBroadcastEvent

Extends

Implements

Properties

public

$uniqueId mixed

The unique lock identifier.

Default: null
public

$uniqueFor int

The number of seconds the unique lock should be maintained.

Default: null

Methods

public

__construct ( $event ) : void

Create a new event instance.

Parameters

  • $event mixed
public

uniqueVia ( ) : Repository

Resolve the cache implementation that should manage the event's uniqueness.