Uses of Class
org.openiam.mq.constants.api.common.MailboxConfigurationManagementAPI
-
Packages that use MailboxConfigurationManagementAPI Package Description org.openiam.common.beans.mq org.openiam.esb.core.mq org.openiam.mq.constants.api.common -
-
Uses of MailboxConfigurationManagementAPI in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type MailboxConfigurationManagementAPI Modifier and Type Method Description <R extends Response,REQ extends BaseServiceRequest>
RMailboxConfigurationRabbitMQService. getResponse(MailboxConfigurationManagementAPI api, REQ request, Class<R> responseClass)
<R extends BaseListResponse<DTO>,REQ extends BaseServiceRequest,DTO extends KeyDTO>
List<DTO>MailboxConfigurationRabbitMQService. list(MailboxConfigurationManagementAPI api, REQ request, Class<R> responseClass)
<R extends BaseDataResponse<DTO>,REQ extends BaseServiceRequest,DTO extends Serializable>
DTOMailboxConfigurationRabbitMQService. value(MailboxConfigurationManagementAPI api, REQ request, Class<R> responseClass)
-
Uses of MailboxConfigurationManagementAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type MailboxConfigurationManagementAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<MailboxConfigurationManagementAPI,BaseCrudServiceRequest>
MailboxConfigurationManagementQueueListener. getCrudRequestProcessor()
protected AbstractListener.RequestProcessor<MailboxConfigurationManagementAPI,EmptyServiceRequest>
MailboxConfigurationManagementQueueListener. getEmptyRequestProcessor()
is used to processNEXT_ACTIVE_CONFIG
API Callprotected AbstractListener.RequestProcessor<MailboxConfigurationManagementAPI,IdServiceRequest>
MailboxConfigurationManagementQueueListener. getGetRequestProcessor()
protected AbstractListener.RequestProcessor<MailboxConfigurationManagementAPI,BaseSearchServiceRequest>
MailboxConfigurationManagementQueueListener. getSearchRequestProcessor()
-
Uses of MailboxConfigurationManagementAPI in org.openiam.mq.constants.api.common
Methods in org.openiam.mq.constants.api.common that return MailboxConfigurationManagementAPI Modifier and Type Method Description static MailboxConfigurationManagementAPI
MailboxConfigurationManagementAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static MailboxConfigurationManagementAPI[]
MailboxConfigurationManagementAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-