Container
Less than 1 minute
Container
Base process container used by agent-side Warlock components.
Methods
createConnection
Creates the default pipe connection used for local agent IPC.
public createConnection(Protocol $protocol, ?string $guid): falseParameters
| Parameter | Type | Description |
|---|---|---|
$protocol | Protocol | |
$guid | string |
beforeEvent
Hook executed before endpoint invocation.
public beforeEvent(mixed $params): boolParameters
| Parameter | Type | Description |
|---|---|---|
$params | mixed |
afterEvent
Hook executed after endpoint invocation.
public afterEvent(mixed $result, mixed $params): voidParameters
| Parameter | Type | Description |
|---|---|---|
$result | mixed | |
$params | mixed |
Generated by Hazaar API Doc Generator on Thu, 05 Mar 2026 04:14:39 +0000