Interface EmailAddressGenerator

All Known Implementing Classes:
DefaultEmailAddressGenerator

public interface EmailAddressGenerator
Author:
Wesley Gong
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(long companyId, long userId)
     
    boolean
    isFake(String emailAddress)
     
    boolean
    isGenerated(String emailAddress)
     
  • Method Details

    • generate

      String generate(long companyId, long userId)
    • isFake

      boolean isFake(String emailAddress)
    • isGenerated

      boolean isGenerated(String emailAddress)