IPWorks IoT 2020 Kotlin Edition

Questions / Feedback?

ChannelReadyToSend Event

Fires when a channel is ready to send messages.

Syntax

public open class DefaultAmqpclassicEventListener : AmqpclassicEventListener {
  ...
  public override fun channelReadyToSend(e: AmqpclassicChannelReadyToSendEvent) {}
  ...
}

public class AmqpclassicChannelReadyToSendEvent {
  val channelName: String?
}

Remarks

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

ChannelName is the name of the channel.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks IoT 2020 Kotlin Edition - Version 20.0 [Build 7941]