Class InboundHL7IOReactor


  • public class InboundHL7IOReactor
    extends Object
    • Constructor Detail

      • InboundHL7IOReactor

        public InboundHL7IOReactor()
    • Method Detail

      • stop

        public static void stop()
      • pause

        public static void pause()
      • isStarted

        public static boolean isStarted()
      • bind

        public static boolean bind​(int port,
                                   HL7Processor processor)
      • unbind

        public static boolean unbind​(int port)
      • checkReactor

        protected static void checkReactor()
        In certain cases, reactor is not started prior to a bind() (e.g. if HL7EndpointManager triggers a bind() i.e. via tenant loader and at that time no InboundListeners were initialized). If the reactor is not started, this method will start it.
      • isEndpointRunning

        public static boolean isEndpointRunning​(int port)