client | The Broker client that is delivering the reply event. |
request_event | The original request event. Used to determine the client ID of the sender of the original request. |
reply_event_type_name | The type name of the null reply event. |
publish_seqn | The publish sequence number for the reply event. Set to zero if your application is not using publish sequence numbers. |
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The Broker client, represented by the client parameter, has been destroyed or disconnected. |
AW_ERROR_INVALID_EVENT | The request_event is invalid. |
AW_ERROR_NO_PERMISSION | The client does not have permission to publish the event type. |
AW_ERROR_NULL_PARAM | The parameter reply_event_type_name is NULL. |
AW_ERROR_UNKNOWN_EVENT_TYPE | The event type for the reply event does not exist on the Broker. |