| Class | Description |
|---|---|
| AbstractJdbcNotificationService |
Base class for
INotificationService implementations that pull notifications from JDBC
data sources using common patterns. |
| AnyRowResourceContentJdbcNotificationService |
Concrete implementation of
AbstractJdbcNotificationService that returns a 100% static
NotificationResponse from the classpath if the configured SQL returns at least one row. |