Class RestApiQueryCall<K,​V>

  • Type Parameters:
    K - the expected type for the record key.
    V - the expected type for the record value.
    All Implemented Interfaces:
    Query, QueryCall<K,​V>

    public class RestApiQueryCall<K,​V>
    extends DecorateQuery<QueryRequest>
    implements QueryCall<K,​V>
    A RestApiQueryCall can be used to execute an interactive query on a remote instance.