Class EmailModuleProvider
java.lang.Object
com.mendix.modules.email.internal.EmailModuleProvider
Provides access to the email module. This is an internal class that is not to be used and may change at any time.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConcurrentHashMap
<String, EmailModuleDelegate> All email exporters by Mendix instance ID. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EmailModuleDelegate
Returns the email modules for this Mendix runtime server.
-
Field Details
-
emailModules
All email exporters by Mendix instance ID.
-
-
Constructor Details
-
EmailModuleProvider
public EmailModuleProvider()
-
-
Method Details
-
get
Returns the email modules for this Mendix runtime server.- Parameters:
context
- the context to determine the current Mendix runtime server- Returns:
- the email module
-