Class QueryBindingFactory
java.lang.Object
com.inductiveautomation.perspective.gateway.binding.query.QueryBindingFactory
- All Implemented Interfaces:
BindingFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(BindingContext context, BindingConfig config) Create a new instance of a binding type.
-
Constructor Details
-
QueryBindingFactory
public QueryBindingFactory()
-
-
Method Details
-
create
Description copied from interface:BindingFactory
Create a new instance of a binding type.- Specified by:
create
in interfaceBindingFactory
- Parameters:
context
- Binding context is used to hook into where the binding is running, and has the publish callback on it.config
- The configuration of the binding- Throws:
ConfigurationException
-