C# (CSharp) Org.Apache.Qpid.Messaging.SessionReceiver Namespace

Classes

Name Description
CallbackServer server is the class that users instantiate to connect a SessionReceiver callback to the stream of received messages received on a Session.
EventEngine EventEngine - wait for messages from the underlying C++ code. When available get them and deliver them via callback to our client through the ISessionReceiver interface. This class consumes the thread that calls the Run() function.