public class JobManagerConfigHandler extends Object implements RequestHandler
Constructor and Description |
---|
JobManagerConfigHandler(Configuration config) |
Modifier and Type | Method and Description |
---|---|
String |
handleRequest(Map<String,String> pathParams,
Map<String,String> queryParams,
ActorGateway jobManager)
Core method that handles the request and generates the response.
|
public JobManagerConfigHandler(Configuration config)
public String handleRequest(Map<String,String> pathParams, Map<String,String> queryParams, ActorGateway jobManager) throws Exception
RequestHandler
handleRequest
in interface RequestHandler
pathParams
- The map of REST path parameters, decoded by the router.queryParams
- The map of query parameters.jobManager
- The JobManager actor.Exception
- Handlers may forward exceptions. Exceptions of type
NotFoundException
will cause a HTTP 404
response with the exception message, other exceptions will cause a HTTP 500 response
with the exception stack trace.Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.