Class QuerySuccess<T>

    • Constructor Detail

      • QuerySuccess

        public QuerySuccess​(Codec<T> codec,
                            QueryResponseWire response)
        Initializes a new instance of the QuerySuccess class, decoding the query response into the specified type.
        Parameters:
        codec - A codec for the response data type.
        response - The parsed response.
    • Method Detail

      • getData

        public T getData()
      • getStaticType

        public java.util.Optional<java.lang.String> getStaticType()