Method |
Description |
|
sendCommand ( string $alias, string $command, mixed[] $params = [] ) |
Invoke remote command using specified Runtime Container. |
|
sendMessage ( string $alias, string | Kraken\Channel\Protocol\ProtocolInterface $message, integer $flags = Channel::MODE_DEFAULT ) : Kraken\Promise\PromiseInterface |
Send async message to specified Runtime Container. |
|
sendRequest ( string $alias, string | Kraken\Channel\Protocol\ProtocolInterface $message, mixed[] $params = [] ) : Kraken\Promise\PromiseInterface |
Send request to specified Runtime Container. |
|