类 AbstractSpringHandler
java.lang.Object
com.qcloud.scf.runtime.AbstractSpringHandler
- 所有已实现的接口:
HandlerInterface
public abstract class AbstractSpringHandler extends Object implements HandlerInterface
-
构造器概要
构造器 构造器 说明 AbstractSpringHandler() -
方法概要
修饰符和类型 方法 说明 protected APIGatewayProxyResponseEventcomposeApiGWResponse(org.springframework.http.ResponseEntity<String> response)StringmainHandler(APIGatewayProxyRequestEvent req)protected org.springframework.http.ResponseEntity<String>springHttpRequset(APIGatewayProxyRequestEvent req)abstract voidstartApp()
-
构造器详细资料
-
AbstractSpringHandler
public AbstractSpringHandler()
-
-
方法详细资料
-
startApp
public abstract void startApp() -
mainHandler
- 指定者:
mainHandler在接口中HandlerInterface
-
composeApiGWResponse
protected APIGatewayProxyResponseEvent composeApiGWResponse(org.springframework.http.ResponseEntity<String> response) -
springHttpRequset
protected org.springframework.http.ResponseEntity<String> springHttpRequset(APIGatewayProxyRequestEvent req)
-