Qpid Proton C++
0.12.0
|
A context for a proton event. More...
#include <event.hpp>
Public Member Functions | |
virtual std::string | name () const =0 |
Return the name of the event type. | |
virtual class container & | container () const |
Get the container. More... | |
virtual class transport | transport () const |
Get transport. | |
virtual class connection | connection () const |
Get connection. | |
virtual class session | session () const |
Get session. | |
virtual class sender | sender () const |
Get sender. More... | |
virtual class receiver | receiver () const |
Get receiver. More... | |
virtual class link | link () const |
Get link. More... | |
virtual class delivery | delivery () const |
Get delivery. More... | |
virtual class message & | message () const |
Get message. More... | |
A context for a proton event.
Get the container.
proton::error | if this event was not generated by a container |
Get delivery.
proton::error | if no delivery |
Get link.
proton::error | if no link |
Get message.
proton::error | if no message |
Get receiver.
proton::error | if no receiver |
Get sender.
proton::error | if no sender |