EventMutex
interface EventMutex (View source)
Methods
bool | create(Event $event) Attempt to obtain an event mutex for the given event. | |
bool | exists(Event $event) Determine if an event mutex exists for the given event. | |
void | forget(Event $event) Clear the event mutex for the given event. |
Details
bool create(Event $event)
Attempt to obtain an event mutex for the given event.
bool exists(Event $event)
Determine if an event mutex exists for the given event.
void forget(Event $event)
Clear the event mutex for the given event.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/7.x/Illuminate/Console/Scheduling/EventMutex.html