Class CreateAggregateDefinitionPolicy

java.lang.Object
ai.stapi.axonsystemplugin.aggregatedefinition.CreateAggregateDefinitionPolicy

public class CreateAggregateDefinitionPolicy extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    CreateAggregateDefinitionPolicy(org.axonframework.commandhandling.gateway.CommandGateway commandGateway, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphsystem.aggregatedefinition.model.ResourceAggregateDefinitionMapper aggregateDefinitionMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

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

    • CreateAggregateDefinitionPolicy

      public CreateAggregateDefinitionPolicy(org.axonframework.commandhandling.gateway.CommandGateway commandGateway, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphsystem.aggregatedefinition.model.ResourceAggregateDefinitionMapper aggregateDefinitionMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details