Class TagHistoryBindingFactory

java.lang.Object
com.inductiveautomation.perspective.gateway.binding.tag.history.TagHistoryBindingFactory
All Implemented Interfaces:
TagHistoryBindingConstants, BindingFactory

public class TagHistoryBindingFactory extends Object implements BindingFactory, TagHistoryBindingConstants
  • Constructor Details

    • TagHistoryBindingFactory

      public TagHistoryBindingFactory()
  • Method Details

    • create

      public com.inductiveautomation.perspective.gateway.binding.tag.history.AbstractTagHistoryBinding create(BindingContext context, BindingConfig config) throws ConfigurationException
      Description copied from interface: BindingFactory
      Create a new instance of a binding type.
      Specified by:
      create in interface BindingFactory
      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