62 iot::
mqtt::SocketContext* socketContext =
nullptr;
66 if (broker !=
nullptr) {
73 VLOG(1) <<
" Topics:";
75 for (
const iot::
mqtt::Topic& topic : topics) {
76 VLOG(1) <<
" " <<
static_cast<uint16_t>(topic.getQoS()) <<
":" << topic.getName();
80 new iot::
mqtt::SocketContext(socketConnection,
new mqtt::
bridge::
lib::
Mqtt(socketConnection->getConnectionName()
, *broker
));
core::socket::stream::SocketContext * create(core::socket::stream::SocketConnection *socketConnection) final