closedEvent

closedEvent(listener: JadeMultiWorkerTcpTransport input;
            conn:     JadeMultiWorkerTcpConnection input);

When a connection closes, a Closed connection event is queued and is delivered to a worker process via the closedEvent callback method in your implementation of the JadeMultiWorkerTcpTransportIF interface.

The listener parameter is populated with the transport object and the conn parameter with the connection that has closed.