Interface CallServiceReceiver


  • public interface CallServiceReceiver
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handleCallMessage​(java.lang.String _from, byte[] _data, java.lang.String[] protocols)
      Handles the call message received from the source chain.
    • Method Detail

      • handleCallMessage

        void handleCallMessage​(java.lang.String _from,
                               byte[] _data,
                               java.lang.String[] protocols)
        Handles the call message received from the source chain. Only called from the Call Message Service.
        Parameters:
        _from - The BTP address of the caller on the source chain
        _data - The calldata delivered from the caller