SupervisorRepository
interface SupervisorRepository
Methods
array
names()
Get the names of all the supervisors currently running.
array
all()
Get information on all of the supervisors.
array
get(array $names)
Get information on the given supervisors.
int
longestActiveTimeout()
Get the longest active timeout setting for a supervisor.
void
void
forget(array|string $names)
Remove the supervisor information from storage.
void
flushExpired()
Remove expired supervisors from storage.
Details
at line 15
array
names()
Get the names of all the supervisors currently running.
at line 20
array
all()
Get information on all of the supervisors.
at line 25
stdClass|null
find(string $name)
Get information on a supervisor by name.
at line 30
array
get(array $names)
Get information on the given supervisors.
at line 35
int
longestActiveTimeout()
Get the longest active timeout setting for a supervisor.
at line 40
void
update(Supervisor $supervisor)
Update the information about the given supervisor process.
at line 45
void
forget(array|string $names)
Remove the supervisor information from storage.
at line 50
void
flushExpired()
Remove expired supervisors from storage.