CustomerActivityLogChannel
class CustomerActivityLogChannel implements TopicInterface, PushableTopicInterface
Class CustomerActivityLogChannel is injected as empire_socket.customer_activity_log_channel and handles logic for broadcasting the message to all subscribers
Methods
onSubscribe(ConnectionInterface $connection, Topic $topic, WampRequest $request)
This will receive any Subscription requests for this topic.
onUnSubscribe(ConnectionInterface $connection, Topic $topic, WampRequest $request)
This will receive any UnSubscription requests for this topic.
onPublish(ConnectionInterface $connection, Topic $topic, WampRequest $request, mixed $event, array $exclude, array $eligible)
No description
string
getName()
No description
Details
at line 27
onSubscribe(ConnectionInterface $connection, Topic $topic, WampRequest $request)
This will receive any Subscription requests for this topic.
at line 35
onUnSubscribe(ConnectionInterface $connection, Topic $topic, WampRequest $request)
This will receive any UnSubscription requests for this topic.