public class WorkflowHandler extends BaseHandler
_server| Constructor and Description |
|---|
WorkflowHandler(WebViewServer server) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.vertx.ext.web.RoutingContext context)
Do nothing.
|
_sendResponseWithError, _sendResponseWithFile, _sendResponseWithSuccessJson, _sendResponseWithSuccessTextpublic WorkflowHandler(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 BaseHandler