Class GenericDynamicCommandProcessor

java.lang.Object
ai.stapi.graphsystem.dynamiccommandprocessor.GenericDynamicCommandProcessor
All Implemented Interfaces:
DynamicCommandProcessor

public class GenericDynamicCommandProcessor extends Object implements DynamicCommandProcessor
  • Constructor Details

  • Method Details

    • processCommand

      public List<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> processCommand(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command, ai.stapi.graph.Graph currentAggregateState, ai.stapi.graphoperations.objectGraphMapper.model.MissingFieldResolvingStrategy missingFieldResolvingStrategy)
      Specified by:
      processCommand in interface DynamicCommandProcessor