Package io.ebean.datasource
Interface DataSourceAlertFactory
-
public interface DataSourceAlertFactory
Service factory for creating DataSourceAlert implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSourceAlertcreateAlert()Create a DataSourceAlert for notifications when DataSource down and up are detected.
-
-
-
Method Detail
-
createAlert
DataSourceAlert createAlert()
Create a DataSourceAlert for notifications when DataSource down and up are detected.
-
-