Interface SqlMonitorFactory


public interface SqlMonitorFactory
The factory definition, which can be used to construct the SqlMonitor instances.

The factory can be based on Spring DI framework for example.

For more info please see the Tutorials.

Author:
Vladimir Hudec
  • Method Details

    • getSqlMonitor

      SqlMonitor getSqlMonitor(String name, Map<String,Object> features)
      The main contract of this factory.
      Parameters:
      name - the name of a META SQL in the meta statements file, which can be used to identify also the monitor instance itself
      features - the optional configuration of the SQL Processor using a Map of features
      Returns:
      the instance of the SqlMonitor