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, _sendResponseWithSuccessTextpublic RunIdHandler(WebViewServer server)
public void handle(io.vertx.ext.web.RoutingContext context)
BaseHandlerhandle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>handle in class BaseHandlerpublic void handleBinary(io.vertx.ext.web.RoutingContext context)