Class MailConnectionManager<C extends MailConnectionManager<C,O>.AbstractMailChannel,O extends Event<?>>

Type Parameters:
O - the type of the open event
C - the type of the channel
All Implemented Interfaces:
Iterable<ComponentType>, Channel, ComponentType, Eligible, Manager
Direct Known Subclasses:
MailMonitor, MailSender

public abstract class MailConnectionManager<C extends MailConnectionManager<C,O>.AbstractMailChannel,O extends Event<?>> extends ConnectionManager<C>
Provides a base class for mail components using connections.