Anywhere Meteor.apply(name, args, [options], (Boolean), [asyncCallback])
Anywhere Meteor.call(name, [arg1, arg2...], [asyncCallback]) import
Server this.setUserId(userId)
Server this.unblock()
Anywhere new Meteor.Error(error, [reason], [details]) import
Server this.connection
Anywhere this.isSimulation
Anywhere this.userId
Anywhere Meteor.methods(methods) import { Meteor } from 'meteor/meteor'
DDPRateLimiter Customize rate limiting for methods and subscriptions. By default, DDPRateLimiter