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