Class ReplicationChannelDisconnectedAlertConfigurer
java.lang.Object
org.openspaces.admin.alert.config.ReplicationChannelDisconnectedAlertConfigurer
- All Implemented Interfaces:
AlertConfigurer,BeanConfigurer<AlertConfiguration>
public class ReplicationChannelDisconnectedAlertConfigurer
extends Object
implements AlertConfigurer
A replication channel disconnection alert configurer. The alert is raised if a replication
channel connection between a source (primary) and it's target (backup/mirror) has been
disconnected. The alert is resolved once the connection is re-established.
Use the call to
create() to create a fully initialized ReplicationChannelDisconnectedAlertConfiguration
configuration.
- Since:
- 8.0
- Author:
- Moran Avigdor
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an empty replication channel disconnection alert configuration. -
Method Summary
-
Constructor Details
-
ReplicationChannelDisconnectedAlertConfigurer
public ReplicationChannelDisconnectedAlertConfigurer()Constructs an empty replication channel disconnection alert configuration.
-
-
Method Details
-
enable
Description copied from interface:AlertConfigurerEnable an alert using this configuration. By default an alert is disabled.- Specified by:
enablein interfaceAlertConfigurer- Parameters:
enabled-trueto enable the alert using this configuration;falseto disable the alert.- Returns:
- this.
- See Also:
-
create
Get a fully configured replication channel disconnection configuration (after all properties have been set).- Specified by:
createin interfaceBeanConfigurer<AlertConfiguration>- Returns:
- a fully configured alert bean configuration.
-