darch
it's a general question
I've seen in adapters we are able to send notifications to javascripts clients
is it possible to do the other way, and send an information to the same adapter class (in Java or Csharp)?
thx
Dario Crivelli
Yes, every client SDK provides a "sendMessage" method for this purpose.
The notification reaches the Metadata Adapter through the "notifyUserMessage" method;
the involved Metadata Adapter instance is the one against which the current user session has been authenticated.