Kaydet (Commit) 3cf4cdc1 authored tarafından Ömer SAVAŞ's avatar Ömer SAVAŞ 💬

Update katmanlar.service.js

üst 2b8c2bd0
...@@ -22,11 +22,20 @@ module.exports = ...@@ -22,11 +22,20 @@ module.exports =
methods: methods:
{ {
async forKatmanlarEventSended(msj)
{
console.log("Katmanlar servisi 'forKatmanlar' event 'ini aldı. Mesaj: " + msj);
}
}, },
events: events:
{ {
"signal.forKatmanlar":
{
handler(msj)
{
this.forKatmanlarEventSended(msj);
}
}
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment