java.lang.Object
com.inductiveautomation.perspective.gateway.binding.AbstractPollingBinding<QueryBindingParams>
com.inductiveautomation.perspective.gateway.binding.query.QueryBinding
All Implemented Interfaces:
QueryBindingConstants, Binding

public class QueryBinding extends AbstractPollingBinding<QueryBindingParams> implements QueryBindingConstants
Implementation of a perspective query binding. These bindings will execute a named query, optionally on a rate.

The polling rate, as well as the parameter values, are all expressions that can produce new values at any time. Care is taken to ensure that any blocking work takes place on the perspective working thread-pool.