Interface NotificationEnvelope<T>

Type Parameters:
T - the destination address type
All Superinterfaces:
Cloneable, Comparable<NotificationEnvelope<?>>, Serializable
All Known Implementing Classes:
SMTPEnvelope, VAPIDEnvelope

public interface NotificationEnvelope<T> extends Serializable, Cloneable, Comparable<NotificationEnvelope<?>>
An interface for notification envelopes.
Since:
10.0
Version:
10.0
Author:
Luke