Class CreateAddItemCommandHandlerPolicy

java.lang.Object
ai.stapi.axonsystemplugin.aggregatedefinition.createCRUDCommandHandlers.AbstractCreateCRUDCommandHandlerPolicy
ai.stapi.axonsystemplugin.aggregatedefinition.createCRUDCommandHandlers.CreateAddItemCommandHandlerPolicy

public class CreateAddItemCommandHandlerPolicy extends AbstractCreateCRUDCommandHandlerPolicy
  • Constructor Summary

    Constructors
    Constructor
    Description
    CreateAddItemCommandHandlerPolicy(org.axonframework.commandhandling.gateway.CommandGateway commandGateway, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ai.stapi.schema.structureSchemaMapper.StructureDefinitionToSSMapper structureDefinitionToSSMapper, ai.stapi.graphsystem.operationdefinition.model.resourceStructureTypeOperationsMapper.AddItemOnResourceOperationsMapper addItemOnResourceOperationsMapper, ai.stapi.graphsystem.aggregatedefinition.model.eventFactory.ItemAddedOperationEventFactoriesMapper itemAddedOperationEventMessageMapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected ai.stapi.graphsystem.aggregatedefinition.model.eventFactory.OperationEventFactoriesMapper
     
    protected ai.stapi.graphsystem.operationdefinition.model.resourceStructureTypeOperationsMapper.ResourceOperationsMapper
     

    Methods inherited from class ai.stapi.axonsystemplugin.aggregatedefinition.createCRUDCommandHandlers.AbstractCreateCRUDCommandHandlerPolicy

    on, on

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CreateAddItemCommandHandlerPolicy

      public CreateAddItemCommandHandlerPolicy(org.axonframework.commandhandling.gateway.CommandGateway commandGateway, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ai.stapi.schema.structureSchemaMapper.StructureDefinitionToSSMapper structureDefinitionToSSMapper, ai.stapi.graphsystem.operationdefinition.model.resourceStructureTypeOperationsMapper.AddItemOnResourceOperationsMapper addItemOnResourceOperationsMapper, ai.stapi.graphsystem.aggregatedefinition.model.eventFactory.ItemAddedOperationEventFactoriesMapper itemAddedOperationEventMessageMapper)
  • Method Details