Interface IdRateLimitEmailVerificationServiceType
- All Superinterfaces:
IdRateLimiterType, com.io7m.repetoir.core.RPServiceType
- All Known Implementing Classes:
IdRateLimitEmailVerificationService
A rate limiting service for email verifications.
-
Method Summary
Methods inherited from interface IdRateLimiterType
waitTimeMethods inherited from interface com.io7m.repetoir.core.RPServiceType
description
-
Method Details
-
isAllowedByRateLimit
- Parameters:
user- The user ID- Returns:
trueif the given operation is allowed by rate limiting
-