public class PgPublishedVersionStore
public PgPublishedVersionStore(@NotNull
io.vertx.pgclient.PgPool client,
@NotNull
org.enodeframework.common.EventStoreConfiguration configuration)
@NotNull
public java.util.concurrent.CompletableFuture<java.lang.Integer> updatePublishedVersionAsync(@NotNull
java.lang.String processorName,
@NotNull
java.lang.String aggregateRootTypeName,
@NotNull
java.lang.String aggregateRootId,
int publishedVersion)
@NotNull
public java.util.concurrent.CompletableFuture<java.lang.Integer> getPublishedVersionAsync(@NotNull
java.lang.String processorName,
@NotNull
java.lang.String aggregateRootTypeName,
@NotNull
java.lang.String aggregateRootId)