Uses of Class
org.openiam.mq.constants.api.SourceAdapterConfigAPI
-
Packages that use SourceAdapterConfigAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api -
-
Uses of SourceAdapterConfigAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type SourceAdapterConfigAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<SourceAdapterConfigAPI,BaseCrudServiceRequest>
SourceAdapterConfigQueueListener. getCrudRequestProcessor()
protected AbstractListener.RequestProcessor<SourceAdapterConfigAPI,EmptyServiceRequest>
SourceAdapterConfigQueueListener. getEmptyRequestProcessor()
protected AbstractListener.RequestProcessor<SourceAdapterConfigAPI,IdServiceRequest>
SourceAdapterConfigQueueListener. getGetRequestProcessor()
protected AbstractListener.RequestProcessor<SourceAdapterConfigAPI,BaseSearchServiceRequest>
SourceAdapterConfigQueueListener. getSearchRequestProcessor()
-
Uses of SourceAdapterConfigAPI in org.openiam.mq.constants.api
Methods in org.openiam.mq.constants.api that return SourceAdapterConfigAPI Modifier and Type Method Description static SourceAdapterConfigAPI
SourceAdapterConfigAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static SourceAdapterConfigAPI[]
SourceAdapterConfigAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-