Class ConfigureImportedStructureDefinitionPolicy
java.lang.Object
ai.stapi.axonsystemplugin.structuredefinition.configure.ConfigureImportedStructureDefinitionPolicy
-
Constructor Summary
ConstructorsConstructorDescriptionConfigureImportedStructureDefinitionPolicy(org.axonframework.commandhandling.gateway.CommandGateway commandGateway, ai.stapi.graphoperations.graphLoader.inmemory.InMemoryGraphLoaderProvider inMemoryGraphLoaderProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidon(ai.stapi.graphsystem.messaging.event.DynamicGraphUpdatedEvent event) voidon(ai.stapi.graphsystem.structuredefinition.command.importStructureDefinitionFromSource.StructureDefinitionImported event) voidonElementAdded(ai.stapi.graphsystem.messaging.event.DynamicGraphUpdatedEvent event)
-
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)
-