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.
Top comments (0)