Uses of Interface
dev.getelements.elements.sdk.dao.Matchmaker
Packages that use Matchmaker
Package
Description
-
Uses of Matchmaker in dev.getelements.elements.dao.mongo.match
Classes in dev.getelements.elements.dao.mongo.match that implement MatchmakerMethods in dev.getelements.elements.dao.mongo.match that return MatchmakerModifier and TypeMethodDescriptionMongoMatchDao.getMatchmaker
(MatchingAlgorithm matchingAlgorithm) -
Uses of Matchmaker in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return MatchmakerModifier and TypeMethodDescriptionMatchDao.getMatchmaker
(MatchingAlgorithm matchingAlgorithm) Returns aMatchmaker
instance for the suppliedMatchingAlgorithm
.Restricts thisMatchmaker
to the supplied scope. -
Uses of Matchmaker in dev.getelements.elements.sdk.service.match
Methods in dev.getelements.elements.sdk.service.match with parameters of type MatchmakerModifier and TypeMethodDescriptionMatchServiceUtils.attempt
(Matchmaker matchmaker, Match match, MatchmakingApplicationConfiguration configuration) Attempts to create a pairing between two players, using the suppliedMatchmaker
-
Uses of Matchmaker in dev.getelements.elements.service.match
Methods in dev.getelements.elements.service.match with parameters of type MatchmakerModifier and TypeMethodDescriptionStandardMatchServiceUtils.attempt
(Matchmaker matchmaker, Match match, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration)