Interface MessageInterface
public interface MessageInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMessageReciever
(String protocol, MessageReceiver recv) sendCall
(String protocol, int scope, Serializable msg) Sends a synchronous message.void
sendMessage
(String protocol, int scope, Serializable msg) Sends an asynchronous message
-
Method Details