Interface InboundEmailRejectionSender.Factory
-
- Enclosing class:
- InboundEmailRejectionSender
public static interface InboundEmailRejectionSender.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InboundEmailRejectionSender
create(com.google.gerrit.mail.Address to, String threadId, InboundEmailRejectionSender.Error reason)
-
-
-
Method Detail
-
create
InboundEmailRejectionSender create(com.google.gerrit.mail.Address to, String threadId, InboundEmailRejectionSender.Error reason)
-
-