Class GenericGraphEventFactory

java.lang.Object
ai.stapi.graphsystem.genericGraphEventFactory.GenericGraphEventFactory

public class GenericGraphEventFactory extends Object
  • Constructor Details

  • Method Details

    • createEvent

      public AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier> createEvent(Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> eventType, String eventName, ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph graph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> elementsForRemoval)
    • createEvent

      public AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier> createEvent(Class<? extends AggregateGraphUpdatedEvent<? extends ai.stapi.identity.UniqueIdentifier>> eventType, ai.stapi.identity.UniqueIdentifier identity, ai.stapi.graph.Graph graph, List<ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval> elementsForRemoval)