Class ConfigureImportedStructureDefinitionPolicy

java.lang.Object
ai.stapi.axonsystemplugin.structuredefinition.configure.ConfigureImportedStructureDefinitionPolicy

public class ConfigureImportedStructureDefinitionPolicy extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigureImportedStructureDefinitionPolicy(org.axonframework.commandhandling.gateway.CommandGateway commandGateway, ai.stapi.graphoperations.graphLoader.inmemory.InMemoryGraphLoaderProvider inMemoryGraphLoaderProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    on(ai.stapi.graphsystem.messaging.event.DynamicGraphUpdatedEvent event)
     
    void
    on(ai.stapi.graphsystem.structuredefinition.command.importStructureDefinitionFromSource.StructureDefinitionImported event)
     
    void
    onElementAdded(ai.stapi.graphsystem.messaging.event.DynamicGraphUpdatedEvent event)
     

    Methods inherited from class java.lang.Object

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

    • ConfigureImportedStructureDefinitionPolicy

      public ConfigureImportedStructureDefinitionPolicy(org.axonframework.commandhandling.gateway.CommandGateway commandGateway, ai.stapi.graphoperations.graphLoader.inmemory.InMemoryGraphLoaderProvider inMemoryGraphLoaderProvider)
  • Method Details

    • on

      @EventHandler public void on(ai.stapi.graphsystem.structuredefinition.command.importStructureDefinitionFromSource.StructureDefinitionImported event)
    • on

      @DynamicEventHandler(messageName="StructureDefinitionCreated") public void on(ai.stapi.graphsystem.messaging.event.DynamicGraphUpdatedEvent event)
    • onElementAdded

      @DynamicEventHandler(messageName="ElementOnStructureDefinitionDifferentialAdded") public void onElementAdded(ai.stapi.graphsystem.messaging.event.DynamicGraphUpdatedEvent event)