getDataSource static method

DataSource getDataSource()

method used to get decorated data source which contains all the extensions logic

to get the latest logic for extensions

[ChatConfigurator.getDataSource()]

Implementation

static DataSource getDataSource() {
  return dataSource;
}