Class DynamicAggregateCommandProcessor
java.lang.Object
ai.stapi.graphsystem.aggregategraphstatemodifier.DynamicAggregateCommandProcessor
- All Implemented Interfaces:
SpecificDynamicCommandProcessor
public class DynamicAggregateCommandProcessor
extends Object
implements SpecificDynamicCommandProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicAggregateCommandProcessor(AggregateDefinitionProvider aggregateDefinitionProvider, GenericAggregateGraphStateModificator genericAggregateGraphStateModificator) -
Method Summary
Modifier and TypeMethodDescriptionList<? 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) booleansupports(AbstractCommand<? extends ai.stapi.identity.UniqueIdentifier> command) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.graphsystem.dynamiccommandprocessor.SpecificDynamicCommandProcessor
processCommand
-
Constructor Details
-
DynamicAggregateCommandProcessor
public DynamicAggregateCommandProcessor(AggregateDefinitionProvider aggregateDefinitionProvider, GenericAggregateGraphStateModificator genericAggregateGraphStateModificator)
-
-
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:
processCommandin interfaceSpecificDynamicCommandProcessor
-
supports
- Specified by:
supportsin interfaceSpecificDynamicCommandProcessor
-