static class cMsgQueue.getCB extends cMsgCallbackAdapter
Constructor and Description |
---|
getCB() |
Modifier and Type | Method and Description |
---|---|
void |
callback(cMsgMessage m,
java.lang.Object userObject)
Retrieves oldest entry in file or database queue and returns as getResponse.
|
getMaximumQueueSize, getMaximumThreads, getMessagesPerThread, getSkipSize, maySkipMessages, mustSerializeMessages
public void callback(cMsgMessage m, java.lang.Object userObject)
callback
in interface cMsgCallbackInterface
callback
in class cMsgCallbackAdapter
m
- 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.