Interface BindingFactory
- All Known Implementing Classes:
 ExpressionBindingFactory,QueryBindingFactory,TagBindingFactory,TagHistoryBindingFactory
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Created by carlg on 1/26/2017.
- 
Method Summary
Modifier and TypeMethodDescriptioncreate(BindingContext context, BindingConfig config) Create a new instance of a binding type. 
- 
Method Details
- 
create
Create a new instance of a binding type.- 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
 
 -