Class MirrorPersistenceFailureAlertConfigurer

java.lang.Object
org.openspaces.admin.alert.config.MirrorPersistenceFailureAlertConfigurer
All Implemented Interfaces:
AlertConfigurer, BeanConfigurer<AlertConfiguration>

public class MirrorPersistenceFailureAlertConfigurer extends Object implements AlertConfigurer
A Mirror persistence failure alert configurer. The alert is raised if the Mirror failed to persist to the DB. The alert is resolved when the Mirror manages to persist to the DB for the first time after the alert has been triggered.

Use the call to create() to create a fully initialized MirrorPersistenceFailureAlertConfiguration configuration.

Since:
8.0
Author:
Moran Avigdor
See Also: