Interface EmailProfile.Lifecycle

All Superinterfaces:
EmailProfile
Enclosing interface:
EmailProfile

public static interface EmailProfile.Lifecycle extends EmailProfile
An EmailProfile which exposes additional methods for the Platform to drive the profile's lifecycle.
  • Method Details

    • startup

      void startup()
      Starts up the email profile. Must only be called at most once, and must be called before shutdown.
    • shutdown

      void shutdown()
      Shuts down the email profile. Must only be called at most once, and must be called after startup.