Class TransactionCallback

java.lang.Object
org.fisco.bcos.sdk.model.callback.TransactionCallback

public abstract class TransactionCallback
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.Integer DEFAULT_TRANS_TIMEOUT  
  • Constructor Summary

    Constructors 
    Constructor Description
    TransactionCallback()  
  • Method Summary

    Modifier and Type Method Description
    void cancelTimeout()  
    java.lang.Integer getTimeout()  
    io.netty.util.Timeout getTimeoutHandler()  
    void onError​(int errorCode, java.lang.String errorMessage)  
    abstract void onResponse​(TransactionReceipt receipt)  
    void onTimeout()  
    void setTimeout​(java.lang.Integer timeout)  
    void setTimeoutHandler​(io.netty.util.Timeout timeoutHandler)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait