Class SkillConfigurationAggregateLoadEvent


public class SkillConfigurationAggregateLoadEvent extends SimpleBusinessEvent<Long,SkillConfigurationAggregate>
Event to load a SkillConfigurationAggregate.
The launcher must provide a valid SkillConfigurationAggregate id in order to successfully call this event.
The listener loads the SkillConfigurationAggregate components starting from the event input, i.e. the given SkillConfigurationAggregate id.
Since:
17.0
GCApi:
event
Reactors:
BTSkillConfigurationAggregateLoad(0)
No Spouts
  • Constructor Details

    • SkillConfigurationAggregateLoadEvent

      public SkillConfigurationAggregateLoadEvent(Long input)
      Instantiates a new skill configuration aggregate load event.
      Parameters:
      input - the BOSkillConfiguration id