public interface SelfHealingService
self.healing.interval which could be overridden in
local.properties. The whole process can be disabled using self.healing.enabled.| Modifier and Type | Method and Description |
|---|---|
void |
addItemToHeal(ItemToHeal itemToHeal)
Adds items to heal.
|
boolean |
isEnabled()
Tells whether the self healing process is enabled.
|
void addItemToHeal(ItemToHeal itemToHeal)
Accumulates those items for scheduled processing through
WritePersistenceGateway.persist(ChangeSet changeSet).
The scheduled method is DefaultSelfHealingService.batchItems().
Item will be only passed to WritePersistenceGateway when current transaction is committed.
itemToHeal - item for later scheduled processingboolean isEnabled()
Copyright © 2018 SAP SE. All Rights Reserved.