public interface SqlMonitorFactory
SqlMonitor
instances.
The factory can be based on Spring DI framework for example.
For more info please see the Tutorials.
Modifier and Type | Method and Description |
---|---|
SqlMonitor |
getSqlMonitor(String name,
Map<String,Object> features)
The main contract of this factory.
|
SqlMonitor getSqlMonitor(String name, Map<String,Object> features)
name
- the name of a META SQL in the meta statements file, which can be used to identify also the monitor
instance itselffeatures
- the optional configuration of the SQL Processor using a Map of featuresCopyright © 2014. All Rights Reserved.