Uses of Class
org.openiam.mq.constants.api.groovy.manager.GroovyManagerAPI
-
Packages that use GroovyManagerAPI Package Description org.openiam.groovy.manager.mq org.openiam.mq.constants.api.groovy.manager -
-
Uses of GroovyManagerAPI in org.openiam.groovy.manager.mq
Methods in org.openiam.groovy.manager.mq that return types with arguments of type GroovyManagerAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<GroovyManagerAPI,EmptyServiceRequest>GroovyManagerQueueListener. getEmptyRequestProcessor()Methods in org.openiam.groovy.manager.mq with parameters of type GroovyManagerAPI Modifier and Type Method Description ResponseGroovyManagerQueueListener. processingApiRequest(GroovyManagerAPI api, BinaryFileRequest request)ResponseGroovyManagerQueueListener. processingApiRequest(GroovyManagerAPI api, FileRequest request)ResponseGroovyManagerQueueListener. processingApiRequest(GroovyManagerAPI api, StringDataRequest request)ResponseGroovyManagerQueueListener. processingApiRequest(GroovyManagerAPI api, StringListDataRequest request) -
Uses of GroovyManagerAPI in org.openiam.mq.constants.api.groovy.manager
Methods in org.openiam.mq.constants.api.groovy.manager that return GroovyManagerAPI Modifier and Type Method Description static GroovyManagerAPIGroovyManagerAPI. valueOf(String name)Returns the enum constant of this type with the specified name.static GroovyManagerAPI[]GroovyManagerAPI. values()Returns an array containing the constants of this enum type, in the order they are declared.
-