@Path(value="/") public class WorkerReadinessResource extends Object implements Supplier<WorkerService>
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_WORKER_SERVICE |
protected javax.servlet.http.HttpServletRequest |
httpRequest |
protected javax.servlet.ServletContext |
servletContext |
| Constructor and Description |
|---|
WorkerReadinessResource() |
| Modifier and Type | Method and Description |
|---|---|
WorkerService |
get() |
boolean |
isInitialized() |
public static final String ATTRIBUTE_WORKER_SERVICE
@Context protected javax.servlet.ServletContext servletContext
@Context protected javax.servlet.http.HttpServletRequest httpRequest
public WorkerService get()
get in interface Supplier<WorkerService>@GET @Path(value="/initialized") public boolean isInitialized()
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.