ChannelReadyToSend Event

Fires when a channel is ready to send messages.

Syntax

class AMQPClassicChannelReadyToSendEventParams {
public:
  const QString &ChannelName();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void ChannelReadyToSend(AMQPClassicChannelReadyToSendEventParams *e);
// Or, subclass AMQPClassic and override this emitter function. virtual int FireChannelReadyToSend(AMQPClassicChannelReadyToSendEventParams *e) {...}

Remarks

This event fires when a channel is ready to send messages.

ChannelName is the name of the channel.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 Qt Edition - Version 20.0 [Build 8265]