Class AmopCallback

java.lang.Object
org.fisco.bcos.sdk.amop.AmopCallback

public abstract class AmopCallback
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    AmopCallback()  
  • Method Summary

    Modifier and Type Method Description
    abstract byte[] receiveAmopMsg​(AmopMsgIn msg)
    receiveAmopMsg is called when get a subscribed topic amop msg.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • receiveAmopMsg

      public abstract byte[] receiveAmopMsg​(AmopMsgIn msg)
      receiveAmopMsg is called when get a subscribed topic amop msg.
      Parameters:
      msg - the received AMOP message
      Returns:
      response content