IPWorks MQ 2020 Kotlin Edition

Questions / Feedback?

SSLStatus Event

Shows the progress of the secure connection.

Syntax

public open class DefaultAzurerelaysenderEventListener : AzurerelaysenderEventListener {
  ...
  public override fun sslStatus(e: AzurerelaysenderSSLStatusEvent) {}
  ...
}

public class AzurerelaysenderSSLStatusEvent {
  val message: String?
}

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

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