Package foundation.icon.xcall
Interface DefaultCallServiceReceiver
-
public interface DefaultCallServiceReceiver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleCallMessage(java.lang.String _from, byte[] _data)Handles the call message received from the source chain.
-
-
-
Method Detail
-
handleCallMessage
void handleCallMessage(java.lang.String _from, byte[] _data)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
-
-