Class QueryConfig

java.lang.Object
com.streambase.liveview.client.QueryConfig

public final class QueryConfig extends Object
QueryConfig is the builder object used to configure a query.

The client must call one or more of the set* methods or setQueryString(String) to properly set the query.

A query can return snapshot only or snapshot and continuous updates by calling setQueryType(LiveViewQueryType). The default is LiveViewQueryType.SNAPSHOT.