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.DataSourceBuilder.Settings.getAlert()Return the alert implementation to use.DataSourceConfig.getAlert()Methods in io.ebean.datasource with parameters of type DataSourceAlertModifier and TypeMethodDescriptiondefault DataSourceBuilderDataSourceBuilder.alert(DataSourceAlert alert) Set the alert implementation to use.DataSourceBuilder.setAlert(DataSourceAlert alert) Deprecated, for removal: This API element is subject to removal in a future version.DataSourceConfig.setAlert(DataSourceAlert alert)
DataSourceBuilder.alert(DataSourceAlert).