WorkerManagerInterface
in
Queue worker manager interface
Table of Contents
Methods
- getDescription() : string|null
- Get description
- getDetails() : array<string|int, mixed>
- Get worker service details
- getHost() : string
- Get host
- getPort() : string
- Get port
- getTitle() : string
- Get title
- isRunning() : bool
- Return true if worker is running
- run() : bool
- Run worker
- stop() : bool
- Stop worker
Methods
getDescription()
Get description
public
getDescription() : string|null
Return values
string|nullgetDetails()
Get worker service details
public
getDetails() : array<string|int, mixed>
Return values
array<string|int, mixed>getHost()
Get host
public
getHost() : string
Return values
stringgetPort()
Get port
public
getPort() : string
Return values
stringgetTitle()
Get title
public
getTitle() : string
Return values
stringisRunning()
Return true if worker is running
public
isRunning() : bool
Return values
boolrun()
Run worker
public
run() : bool
Return values
boolstop()
Stop worker
public
stop() : bool