Uses of Interface
io.ebean.datasource.DataSourceAlert
-
-
Uses of DataSourceAlert in io.ebean.datasource
Methods in io.ebean.datasource that return DataSourceAlert Modifier and Type Method Description DataSourceAlertDataSourceAlertFactory. createAlert()Create a DataSourceAlert for notifications when DataSource down and up are detected.DataSourceAlertDataSourceConfig. getAlert()Return the alert implementation to use.Methods in io.ebean.datasource with parameters of type DataSourceAlert Modifier and Type Method Description DataSourceConfigDataSourceConfig. setAlert(DataSourceAlert alert)Set the alert implementation to use.
-