static class cMsgServerBridge.SubscribeCallback extends cMsgCallbackAdapter
Constructor and Description |
---|
SubscribeCallback() |
Modifier and Type | Method and Description |
---|---|
void |
callback(cMsgMessage msg,
java.lang.Object userObject)
Callback which passes on a message to other clients.
|
int |
getMaximumQueueSize()
Method to get the maximum number of messages to queue for the callback.
|
getMaximumThreads, getMessagesPerThread, getSkipSize, maySkipMessages, mustSerializeMessages
public void callback(cMsgMessage msg, java.lang.Object userObject)
callback
in interface cMsgCallbackInterface
callback
in class cMsgCallbackAdapter
msg
- message received from domain serveruserObject
- in this case the original msg sender's namespace.public int getMaximumQueueSize()
cMsgCallbackAdapter
getMaximumQueueSize
in interface cMsgCallbackInterface
getMaximumQueueSize
in class cMsgCallbackAdapter