Interface RevertibleActionIfc

All Known Implementing Classes:
BridgeInBoundRouteReplicationAction, NodeManagerReplicationAction, NodeReplicationAction, NodeStatusRetentionAction, OutboundRouteReplicationAction

public interface RevertibleActionIfc
The RevertibleActionIfc interface defines a contract for actions that can be reverted. Implementing classes should provide the logic to undo the action performed.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Reverts the action performed.
  • Method Details

    • revert

      boolean revert()
      Reverts the action performed.
      Returns:
      true if the action was successfully reverted, false otherwise