public class FunctionApiResource extends Object implements Supplier<WorkerService>
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_FUNCTION_WORKER |
protected javax.servlet.http.HttpServletRequest |
httpRequest |
protected javax.servlet.ServletContext |
servletContext |
protected javax.ws.rs.core.UriInfo |
uri |
| Constructor and Description |
|---|
FunctionApiResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientAppId() |
AuthenticationDataHttps |
clientAuthData() |
WorkerService |
get() |
public static final String ATTRIBUTE_FUNCTION_WORKER
@Context protected javax.servlet.ServletContext servletContext
@Context protected javax.servlet.http.HttpServletRequest httpRequest
@Context protected javax.ws.rs.core.UriInfo uri
public WorkerService get()
get in interface Supplier<WorkerService>public String clientAppId()
public AuthenticationDataHttps clientAuthData()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.