Class 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