Interface EmailProfile.Lifecycle
-
- All Superinterfaces:
EmailProfile
- Enclosing interface:
- EmailProfile
public static interface EmailProfile.Lifecycle extends EmailProfile
AnEmailProfile
which exposes additional methods for the Platform to drive the profile's lifecycle.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.gateway.mail.EmailProfile
EmailProfile.Lifecycle, EmailProfile.Managed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
shutdown()
Shuts down the email profile.void
startup()
Starts up the email profile.-
Methods inherited from interface com.inductiveautomation.ignition.gateway.mail.EmailProfile
getAsSmtpEmailProfile, sendEmail
-
-