Interface Sender

    • Method Detail

      • init

        void init​(HeartbeatListener config)
           throws java.lang.Exception
        Set the configuration parameters
        Parameters:
        config - The heartbeat listener configuration
        Throws:
        java.lang.Exception - An error occurred
      • send

        int send​(java.lang.String mess)
          throws java.lang.Exception
        Send the message to the proxies
        Parameters:
        mess - The message that will be sent
        Returns:
        0 if no error occurred, -1 otherwise
        Throws:
        java.lang.Exception - An error occurred