ZmqServerPushHandler
class ZmqServerPushHandler extends AbstractServerPushHandler
Properties
| protected PusherInterface | $pusher | ||
| protected LoggerInterface | $logger | ||
| protected WampRouter | $router | ||
| protected MessageSerializer | $serializer | ||
| protected Context | $consumer | ||
| protected EventDispatcherInterface | $eventDispatcher |
Methods
__construct(PusherInterface $pusher, WampRouter $router, MessageSerializer $serializer, EventDispatcherInterface $eventDispatcher, LoggerInterface $logger = null)
No description
handle(LoopInterface $loop, WampServerInterface $app)
No description
mixed
close()
Close connection
Details
in AbstractServerPushHandler at line 18
setName(string $name)
in AbstractServerPushHandler at line 25
string
getName()
in AbstractServerPushHandler at line 32
array
getConfig()
in AbstractServerPushHandler at line 39
setConfig(array $config)
at line 50
__construct(PusherInterface $pusher, WampRouter $router, MessageSerializer $serializer, EventDispatcherInterface $eventDispatcher, LoggerInterface $logger = null)
at line 69
handle(LoopInterface $loop, WampServerInterface $app)
at line 107
mixed
close()
Close connection