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 MatchmakerMethods in dev.getelements.elements.dao.mongo.match that return types with arguments of type MatchmakerModifier and TypeMethodDescriptionjakarta.inject.Provider<Matchmaker> MongoMatchDao.getMatchmakerProvider()Method parameters in dev.getelements.elements.dao.mongo.match with type arguments of type MatchmakerModifier and TypeMethodDescriptionvoidMongoMatchDao.setMatchmakerProvider(jakarta.inject.Provider<Matchmaker> matchmakerProvider) -
Uses of Matchmaker in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return MatchmakerModifier and TypeMethodDescriptionMatchDao.getDefaultMatchmaker()Returns the defaultMatchmakerinstance.Restricts thisMatchmakerto 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)