get

This method retrieves the message at the beginning of the queue.

Visibility

Public

Signature
virtual void *get() = 0;
Returns

The first message in the queue


Feedback