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, mustSerializeMessagespublic void callback(cMsgMessage m, java.lang.Object userObject)
callback in interface cMsgCallbackInterfacecallback in class cMsgCallbackAdapterm - 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.