DEV Community

Cover image for Luos Callback
Nicolas Lorenzi for Luos

Posted on • Originally published at luos.io

Luos Callback

If you declare in the creation of your service a "Msg_Handler", when your service receives a message, Luos engine will call your message handler to deliver the message.
https://www.luos.io/docs/luos-technology/message/handling-message

In Luos, we call this a callback! It's an asynchronous way to receive a message.

Latest comments (0)