EDI Integrator 2016 Java Edition
EDI Integrator 2016 Java Edition
Questions / Feedback?

AckOut Event

Fires immediately before sending an acknowledgement to a client.

Syntax

public void fireAckOut(MllpserverAckOutEvent event);

public class MllpserverAckOutEvent {
  public String connectionId;
  public boolean accept;
}

Remarks

This event fires immediately before the bean sends an acknowledgement to an MLLP client.

ConnectionId is the Id of the connection that will receive the acknowledgement.

The Accept parameter should be set to indicate whether the bean should send a positive (ACK - True) or negative (NAK - False) acknowledgement. The default is True.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 Java Edition - Version 16.0 [Build 7362]