Class CompensationEventSubscriptionWalker

java.lang.Object
org.camunda.bpm.engine.impl.tree.ReferenceWalker<EventSubscriptionEntity>
org.camunda.bpm.engine.impl.migration.instance.parser.CompensationEventSubscriptionWalker

public class CompensationEventSubscriptionWalker extends ReferenceWalker<EventSubscriptionEntity>
Ensures that event subscriptions are visited in a top-down fashion, i.e. for a compensation handler in a scope that has an event scope execution, it is guaranteed that first the scope subscription is visited, and then the compensation handler
Author:
Thorben Lindhauer