Uses of Class
org.openiam.mq.constants.api.common.EmailAPI
-
Packages that use EmailAPI Package Description org.openiam.email.mq org.openiam.mq.constants.api.common -
-
Uses of EmailAPI in org.openiam.email.mq
Methods in org.openiam.email.mq that return types with arguments of type EmailAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<EmailAPI,IdServiceRequest>
MailServiceQueueListener. getGetRequestProcessor()
Methods in org.openiam.email.mq with parameters of type EmailAPI Modifier and Type Method Description Response
MailServiceQueueListener. processingApiRequest(EmailAPI api, NotificationListRequest request)
Response
MailServiceQueueListener. processingApiRequest(EmailAPI api, NotificationRequest request)
Response
MailServiceQueueListener. processingApiRequest(EmailAPI api, SendEmailRequest request)
Response
MailServiceQueueListener. processingApiRequest(EmailAPI api, SendTestEmailRequest request)
Response
MailServiceQueueListener. processingApiRequest(EmailAPI api, TweetMessageRequest request)
-
Uses of EmailAPI in org.openiam.mq.constants.api.common
Methods in org.openiam.mq.constants.api.common that return EmailAPI Modifier and Type Method Description static EmailAPI
EmailAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmailAPI[]
EmailAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-