IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

EndTransfer Event

Fires after incoming HL7 data finishes transferring.

Syntax

public open class DefaultMllpserverEventListener : MllpserverEventListener {
  ...
  public override fun endTransfer(e: MllpserverEndTransferEvent) {}
  ...
}

public class MllpserverEndTransferEvent {
  val connectionId: String?
}

Remarks

This event fires after incoming HL7 data finishes transferring, immediately before the AckOut event is fired.

ConnectionId is the Id of the connection on which the data was received.

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