Class GenericGraphEventFactory
java.lang.Object
ai.stapi.graphsystem.genericGraphEventFactory.GenericGraphEventFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAggregateGraphUpdatedEvent<? 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) 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)
-
Constructor Details
-
GenericGraphEventFactory
-
-
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)
-