Class MongoMatchmakingApplicationConfiguration
java.lang.Object
dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
dev.getelements.elements.dao.mongo.model.application.MongoMatchmakingApplicationConfiguration
@Entity("application_configuration")
public class MongoMatchmakingApplicationConfiguration
extends MongoApplicationConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setMatchmaker
(MongoElementServiceReference matchmaker) void
setMaxProfiles
(int maxProfiles) void
setMetadata
(Map<String, Object> metadata) void
setMetadataSpec
(MongoMetadataSpec metadataSpec) void
setSuccess
(MongoCallbackDefinition success) Methods inherited from class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
getDescription, getName, getObjectId, getParent, getType, setDescription, setName, setObjectId, setParent, setType
-
Constructor Details
-
MongoMatchmakingApplicationConfiguration
public MongoMatchmakingApplicationConfiguration()
-
-
Method Details
-
getSuccess
-
setSuccess
-
getMatchmaker
-
setMatchmaker
-
getMaxProfiles
public int getMaxProfiles() -
setMaxProfiles
public void setMaxProfiles(int maxProfiles) -
getMetadata
-
setMetadata
-
getMetadataSpec
-
setMetadataSpec
-