Uses of Class
dev.getelements.elements.sdk.model.exception.NoSuitableMatchException
Packages that use NoSuitableMatchException
-
Uses of NoSuitableMatchException in dev.getelements.elements.dao.mongo.match
Methods in dev.getelements.elements.dao.mongo.match that throw NoSuitableMatchExceptionModifier and TypeMethodDescriptionMongoFIFOMatchmaker.attemptToFindOpponent
(Match match, int maxCandidatesToConsider, BiFunction<Match, Match, String> finalizer) MongoMatchUtils.attemptToPairCandidates
(MongoMatch playerMatch, MongoMatch opponentMatch, BiFunction<Match, Match, String> finalizer) Attempts to pair the two matches in the database.MongoMatchUtils.attemptToPairCandidates
(MongoMatch playerMatch, List<MongoMatch> candidatesList, BiFunction<Match, Match, String> finalizer) -
Uses of NoSuitableMatchException in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that throw NoSuitableMatchExceptionModifier and TypeMethodDescriptionMatchmaker.attemptToFindOpponent
(Match match, int maxCandidatesToConsider, BiFunction<Match, Match, String> finalizer) Attempts to find an opponent for the suppliedMatch
instance.default Matchmaker.SuccessfulMatchTuple
Matchmaker.attemptToFindOpponent
(Match match, BiFunction<Match, Match, String> finalizer)