Interface Transport

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()  
      com.google.gson.JsonObject poll​(java.time.Duration timeout)  
      void send​(com.google.gson.JsonObject message)  
    • Method Detail

      • send

        void send​(com.google.gson.JsonObject message)
      • poll

        com.google.gson.JsonObject poll​(java.time.Duration timeout)
      • close

        void close()
            throws java.io.IOException
        Throws:
        java.io.IOException