Class InterventionAggregateLoadEvent


public class InterventionAggregateLoadEvent extends LoadEvent<InterventionAggregate>
Event to load a InterventionAggregate.
The launcher must provide a valid InterventionAggregate id in order to successfully call this event.
The listener loads all the InterventionAggregate components starting from the event input, i.e. the given InterventionAggregate id.
Since:
18.0
GCApi:
event
Reactors:
BTInterventionAggregateLoad(0)
No Spouts
  • Constructor Details

    • InterventionAggregateLoadEvent

      public InterventionAggregateLoadEvent(Long id)
      Instantiates a new intervention aggregate load event.
      Parameters:
      id - the InterventionAggregate id