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(Address to, String threadId, InboundEmailRejectionSender.InboundEmailError reason)
-
-
-
Method Detail
-
create
InboundEmailRejectionSender create(Address to, String threadId, InboundEmailRejectionSender.InboundEmailError reason)
-
-