Uses of Class
dev.getelements.elements.sdk.model.application.MatchmakingApplicationConfiguration
Packages that use MatchmakingApplicationConfiguration
Package
Description
-
Uses of MatchmakingApplicationConfiguration in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return MatchmakingApplicationConfigurationModifier and TypeMethodDescriptionMongoMatchmakingApplicationConfigurationMapper.forward(MongoMatchmakingApplicationConfiguration source) MongoMatchmakingApplicationConfigurationMapperImpl.forward(MongoMatchmakingApplicationConfiguration source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MatchmakingApplicationConfigurationModifier and TypeMethodDescriptionMongoMatchmakingApplicationConfigurationMapper.reverse(MatchmakingApplicationConfiguration source) MongoMatchmakingApplicationConfigurationMapperImpl.reverse(MatchmakingApplicationConfiguration source) -
Uses of MatchmakingApplicationConfiguration in dev.getelements.elements.rest.application
Methods in dev.getelements.elements.rest.application that return MatchmakingApplicationConfigurationModifier and TypeMethodDescriptionMatchmakingApplicationConfigurationResource.createMatchmakingApplicationConfiguration(String applicationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfigurations) Creates a newMatchmakingApplicationConfigurationisntance.MatchmakingApplicationConfigurationResource.getMatchmakingApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId) Gets the specificMatchmakingApplicationConfigurationinstances assocated with the application.MatchmakingApplicationConfigurationResource.updateMatchmakingApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) Updates an existingMatchmakingApplicationConfigurationisntance.Methods in dev.getelements.elements.rest.application with parameters of type MatchmakingApplicationConfigurationModifier and TypeMethodDescriptionMatchmakingApplicationConfigurationResource.createMatchmakingApplicationConfiguration(String applicationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfigurations) Creates a newMatchmakingApplicationConfigurationisntance.MatchmakingApplicationConfigurationResource.updateMatchmakingApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) Updates an existingMatchmakingApplicationConfigurationisntance. -
Uses of MatchmakingApplicationConfiguration in dev.getelements.elements.sdk.model.match
Methods in dev.getelements.elements.sdk.model.match that return MatchmakingApplicationConfigurationMethods in dev.getelements.elements.sdk.model.match with parameters of type MatchmakingApplicationConfigurationModifier and TypeMethodDescriptionvoidMultiMatch.setConfiguration(MatchmakingApplicationConfiguration configuration) -
Uses of MatchmakingApplicationConfiguration in dev.getelements.elements.sdk.service.application
Methods in dev.getelements.elements.sdk.service.application that return MatchmakingApplicationConfigurationModifier and TypeMethodDescriptionMatchmakingApplicationConfigurationService.createApplicationConfiguration(String applicationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) Updates an application with the specific name/identifiers.MatchmakingApplicationConfigurationService.getApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId) Gets an application with the specific name or identifier.MatchmakingApplicationConfigurationService.updateApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) Updates an application with the specific name/identifiers.Methods in dev.getelements.elements.sdk.service.application with parameters of type MatchmakingApplicationConfigurationModifier and TypeMethodDescriptionMatchmakingApplicationConfigurationService.createApplicationConfiguration(String applicationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) Updates an application with the specific name/identifiers.MatchmakingApplicationConfigurationService.updateApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) Updates an application with the specific name/identifiers. -
Uses of MatchmakingApplicationConfiguration in dev.getelements.elements.sdk.service.match
Methods in dev.getelements.elements.sdk.service.match with parameters of type MatchmakingApplicationConfigurationModifier and TypeMethodDescriptionMatchServiceUtils.attempt(Matchmaker matchmaker, Match match, MatchmakingApplicationConfiguration configuration) Attempts to create a pairing between two players, using the suppliedMatchmaker -
Uses of MatchmakingApplicationConfiguration in dev.getelements.elements.service.application
Methods in dev.getelements.elements.service.application that return MatchmakingApplicationConfigurationModifier and TypeMethodDescriptionSuperUserMatchmakingApplicationConfigurationService.createApplicationConfiguration(String applicationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) SuperUserMatchmakingApplicationConfigurationService.getApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId) SuperUserMatchmakingApplicationConfigurationService.updateApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) Methods in dev.getelements.elements.service.application with parameters of type MatchmakingApplicationConfigurationModifier and TypeMethodDescriptionSuperUserMatchmakingApplicationConfigurationService.createApplicationConfiguration(String applicationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) SuperUserMatchmakingApplicationConfigurationService.updateApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) -
Uses of MatchmakingApplicationConfiguration in dev.getelements.elements.service.match
Methods in dev.getelements.elements.service.match with parameters of type MatchmakingApplicationConfigurationModifier and TypeMethodDescriptionStandardMatchServiceUtils.attempt(Matchmaker matchmaker, Match match, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration)