ZmqPusher
class ZmqPusher extends AbstractPusher
Class ZmqPusher
Properties
| protected MessageSerializer | $serializer | from AbstractPusher | |
| protected WampRouter | $router | from AbstractPusher | |
| protected bool | $connected | from AbstractPusher | |
| protected | $connection | from AbstractPusher | |
| protected string | $name | from AbstractPusher |
Methods
string
doPush(string $data, array $context)
No description
push(string|array $data, string $routeName, array $routeParameters = array(), array $context = [])
No description
from AbstractPusher
mixed
close()
Close connection
Details
at line 18
protected string
doPush(string $data, array $context)
in AbstractPusher at line 42
setSerializer(MessageSerializer $serializer)
in AbstractPusher at line 50
setRouter(WampRouter $router)
in AbstractPusher at line 58
setConfig(array $config)
in AbstractPusher at line 66
array
getConfig()
in AbstractPusher at line 74
setConnected(bool|true $bool = true)
in AbstractPusher at line 82
string
getName()
in AbstractPusher at line 90
setName(string $name)
in AbstractPusher at line 98
bool
isConnected()
in AbstractPusher at line 110
push(string|array $data, string $routeName, array $routeParameters = array(), array $context = [])
at line 40
mixed
close()
Close connection