class VardanClient.receivingCb extends cMsgCallbackAdapter
Constructor and Description |
---|
receivingCb() |
Modifier and Type | Method and Description |
---|---|
void |
callback(cMsgMessage msg,
java.lang.Object userObject)
Callback method definition.
|
int |
getMaximumQueueSize()
Method to get the maximum number of messages to queue for the callback.
|
getMaximumThreads, getMessagesPerThread, getSkipSize, maySkipMessages, mustSerializeMessages
public int getMaximumQueueSize()
cMsgCallbackAdapter
getMaximumQueueSize
in interface cMsgCallbackInterface
getMaximumQueueSize
in class cMsgCallbackAdapter
public void callback(cMsgMessage msg, java.lang.Object userObject)
cMsgCallbackAdapter
callback
in interface cMsgCallbackInterface
callback
in class cMsgCallbackAdapter
msg
- message received from domain serveruserObject
- object passed as an argument which was set when the
client originally subscribed to a subject and type of
message.