Interface ResponseCallback

  • All Superinterfaces:
    java.lang.Comparable<java.util.concurrent.Delayed>, java.util.concurrent.Delayed

    public interface ResponseCallback
    extends java.util.concurrent.Delayed
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getRpcId()  
      boolean isProcessed()  
      void sendResponse​(java.lang.String response)  
      • Methods inherited from interface java.lang.Comparable

        compareTo
      • Methods inherited from interface java.util.concurrent.Delayed

        getDelay
    • Method Detail

      • sendResponse

        void sendResponse​(java.lang.String response)
      • isProcessed

        boolean isProcessed()
      • getRpcId

        java.lang.String getRpcId()