Package org.enodeframework.mysql
Class MySQLPublishedVersionStore
-
- All Implemented Interfaces:
-
org.enodeframework.eventing.PublishedVersionStore
public final class MySQLPublishedVersionStore implements PublishedVersionStoreanruence@gmail.com
-
-
Constructor Summary
Constructors Constructor Description MySQLPublishedVersionStore(MySQLPool client, EventStoreOptions options)
-
Method Summary
Modifier and Type Method Description CompletableFuture<Integer>updatePublishedVersionAsync(String processorName, String aggregateRootTypeName, String aggregateRootId, Integer publishedVersion)CompletableFuture<Integer>getPublishedVersionAsync(String processorName, String aggregateRootTypeName, String aggregateRootId)-
-
Method Detail
-
updatePublishedVersionAsync
CompletableFuture<Integer> updatePublishedVersionAsync(String processorName, String aggregateRootTypeName, String aggregateRootId, Integer publishedVersion)
-
getPublishedVersionAsync
CompletableFuture<Integer> getPublishedVersionAsync(String processorName, String aggregateRootTypeName, String aggregateRootId)
-
-
-
-