-
public final class TournamentUpdater
-
-
Constructor Summary
Constructors Constructor Description 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 -
-
Method Detail
-
update
final TaskCompletionSource<Boolean> update(Tournament tournament, Number score)
Attempts to update the provided tournament with the provided score
-
-
-
-