Interface EventCallback


public interface EventCallback
Event callback
  • Method Summary

    Modifier and Type Method Description
    void onReceiveLog​(int status, java.util.List<EventLog> logs)
    onReceiveLog called when sdk receive any response of the target subscription.
  • Method Details

    • onReceiveLog

      void onReceiveLog​(int status, java.util.List<EventLog> logs)
      onReceiveLog called when sdk receive any response of the target subscription. logs will be parsed by the user through the ABI module.
      Parameters:
      status - the status that peer response to sdk.
      logs - logs from the message.