public class RunIdHandler extends ProvenanceHandler
_queryable
_server
Constructor and Description |
---|
RunIdHandler(WebViewServer server) |
Modifier and Type | Method and Description |
---|---|
void |
handle(io.vertx.ext.web.RoutingContext context)
Do nothing.
|
void |
handleBinary(io.vertx.ext.web.RoutingContext context)
Handle a request to get the workflow for a specific run.
|
_sendResponseWithError, _sendResponseWithFile, _sendResponseWithSuccessJson, _sendResponseWithSuccessText
public RunIdHandler(WebViewServer server)
public void handle(io.vertx.ext.web.RoutingContext context)
BaseHandler
handle
in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
handle
in class BaseHandler
public void handleBinary(io.vertx.ext.web.RoutingContext context)