Uses of Interface
io.ebean.datasource.DataSourceAlert
-
Uses of DataSourceAlert in io.ebean.datasource
Methods in io.ebean.datasource that return DataSourceAlertModifier and TypeMethodDescriptionDataSourceAlertFactory.createAlert()Create a DataSourceAlert for notifications when DataSource down and up are detected.DataSourceConfig.getAlert()Return the alert implementation to use.Methods in io.ebean.datasource with parameters of type DataSourceAlertModifier and TypeMethodDescriptionDataSourceConfig.setAlert(DataSourceAlert alert) Set the alert implementation to use.