Interface HL7ConnectionMonitor
public interface HL7ConnectionMonitor
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionvoidonMessageProcessed(Connection conn, Socket s, UnparsedHL7Message msg, UnparsedHL7Message rsp, HL7Exception ex) voidonMessageReceived(Connection conn, Socket s, UnparsedHL7Message msg) voidonMessageResponse(HL7Application hl7App, Socket s, UnparsedHL7Message msg, UnparsedHL7Message rsp, Exception ex) voidonMessageSent(HL7Application hl7App, Socket s, UnparsedHL7Message msg, Exception ex)
-
Method Details
-
onMessageReceived
-
onMessageProcessed
void onMessageProcessed(Connection conn, Socket s, UnparsedHL7Message msg, UnparsedHL7Message rsp, HL7Exception ex) -
onMessageSent
-
onMessageResponse
void onMessageResponse(HL7Application hl7App, Socket s, UnparsedHL7Message msg, UnparsedHL7Message rsp, Exception ex)
-