Package 

Class TournamentUpdater

    • Method Summary

      Modifier and Type Method Description
      final TaskCompletionSource<Boolean> update(Tournament tournament, Number score) Attempts to update the provided tournament with the provided score
      final TaskCompletionSource<Boolean> update(String identifier, Number score) Attempts to update a tournament with the provided identifier and score
      • Methods inherited from class java.lang.Object

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

      • TournamentUpdater

        TournamentUpdater()
    • Method Detail

      • update

         final TaskCompletionSource<Boolean> update(Tournament tournament, Number score)

        Attempts to update the provided tournament with the provided score

      • update

         final TaskCompletionSource<Boolean> update(String identifier, Number score)

        Attempts to update a tournament with the provided identifier and score