Other transport definitions
EventTransport.h also provides some additional definitions that the event transport author needs to be aware of:
AP_EventTransportError defines the set of error codes that can be returned by the transport's functions.
The
AP_EventTransportProperty structure is a definition for a configuration property. This corresponds to the properties that can be passed in as initialization or re-configuration parameters from the configuration file of the IAF.
Properties are passed to the event transport within an
AP_EventTransportProperties structure.
The status of a transport is reported in an
AP_EventTransportStatus structure.