Uses of Class
com.skava.marketplace.model.exchange.response.AppInvocationResponse
Packages that use AppInvocationResponse
Package
Description
DB operations(CRUD) are triggered from the process class.
Service implementations available in the Appmarketplace Service that are defined in this package.
Rest controllers available in the Appmarketplace Service that are maintained in this package.
-
Uses of AppInvocationResponse in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return AppInvocationResponseModifier and TypeMethodDescriptionAppInvocationProcess.process
(AppInvocationRequestInternal appInvocationRequestInternal) -
Uses of AppInvocationResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return AppInvocationResponseModifier and TypeMethodDescriptionAppInvocationServiceImpl.process
(AppInvocationRequestInternal appInvocationRequestInternal) This method is used to process request -
Uses of AppInvocationResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type AppInvocationResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AppInvocationResponse>
AppInvocationController.invokeApp
(String appId, String appVersion, String storeId, String authToken, @Valid AppInvocationRequest appInvocationRequest)