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 ResponseMailServiceQueueListener. processingApiRequest(EmailAPI api, NotificationListRequest request)ResponseMailServiceQueueListener. processingApiRequest(EmailAPI api, NotificationRequest request)ResponseMailServiceQueueListener. processingApiRequest(EmailAPI api, SendEmailRequest request)ResponseMailServiceQueueListener. processingApiRequest(EmailAPI api, SendTestEmailRequest request)ResponseMailServiceQueueListener. 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 EmailAPIEmailAPI. 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.
-