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.
 
 @FunctionalInterface public interface BindingFactoryCreated by carlg on 1/26/2017.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Bindingcreate(BindingContext context, BindingConfig config)Create a new instance of a binding type.
 
- 
- 
- 
Method Detail- 
createBinding create(BindingContext context, BindingConfig config) throws ConfigurationException 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
 
 
- 
 
-