Uses of Interface
com.attivio.sdk.client.streaming.StreamingQueryResponse
-
Packages that use StreamingQueryResponse Package Description com.attivio.client Contains the Client Attivio API for adding content, submitting queries, and sending general purpose messages to an Attivio server.com.attivio.client.streaming Contains client code for streaming search results.com.attivio.sdk.client Interfaces for client side AIE development. -
-
Uses of StreamingQueryResponse in com.attivio.client
Methods in com.attivio.client that return StreamingQueryResponse Modifier and Type Method Description StreamingQueryResponse
AbstractSearchClient. search(StreamingQueryRequest req)
Sends the streaming query request to the Attivio search and returns the result.StreamingQueryResponse
MockSearchClient. search(StreamingQueryRequest req)
-
Uses of StreamingQueryResponse in com.attivio.client.streaming
Classes in com.attivio.client.streaming that implement StreamingQueryResponse Modifier and Type Class Description class
StreamedResponseClient
-
Uses of StreamingQueryResponse in com.attivio.sdk.client
Methods in com.attivio.sdk.client that return StreamingQueryResponse Modifier and Type Method Description StreamingQueryResponse
SearchClient. search(StreamingQueryRequest req)
Sends the streaming query request to the Attivio search and returns the result.
-