Package org.enodeframework.mysql
Class MySQLAddDomainEventsHandler
-
- All Implemented Interfaces:
-
io.vertx.core.Handler
public final class MySQLAddDomainEventsHandler implements Handler<AsyncResult<RowSet<Row>>>
-
-
Field Summary
Fields Modifier and Type Field Description private final CompletableFuture<AggregateEventAppendResult>future
-
Constructor Summary
Constructors Constructor Description MySQLAddDomainEventsHandler(EventStoreOptions options, String msg)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<AggregateEventAppendResult>getFuture()Unithandle(AsyncResult<RowSet<Row>> ar)-
-
Constructor Detail
-
MySQLAddDomainEventsHandler
MySQLAddDomainEventsHandler(EventStoreOptions options, String msg)
-
-
Method Detail
-
getFuture
final CompletableFuture<AggregateEventAppendResult> getFuture()
-
-
-
-