Class MySQLAddDomainEventsHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler

    
    public final class MySQLAddDomainEventsHandler
     implements Handler<AsyncResult<RowSet<Row>>>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final CompletableFuture<AggregateEventAppendResult> future
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final CompletableFuture<AggregateEventAppendResult> getFuture()
      Unit handle(AsyncResult<RowSet<Row>> ar)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MySQLAddDomainEventsHandler

        MySQLAddDomainEventsHandler(EventStoreOptions options, String msg)