Class DbLeaderClient

java.lang.Object
org.teamapps.protocol.service.AbstractClusterServiceClient
org.teamapps.cluster.model.cluster.DbLeaderClient

public class DbLeaderClient
extends org.teamapps.protocol.service.AbstractClusterServiceClient
  • Constructor Summary

    Constructors
    Constructor Description
    DbLeaderClient​(org.teamapps.protocol.service.ServiceRegistry registry)  
  • Method Summary

    Modifier and Type Method Description
    reactor.core.publisher.Mono<DbTransactionList> requestMissingTransactions​(DbTransactionListRequest value)  

    Methods inherited from class org.teamapps.protocol.service.AbstractClusterServiceClient

    createClusterTask, isAvailable

    Methods inherited from class java.lang.Object

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

    • DbLeaderClient

      public DbLeaderClient​(org.teamapps.protocol.service.ServiceRegistry registry)
  • Method Details