public class GetDxl extends AbstractAPIHandler<io.vertx.core.buffer.Buffer>
Return the entire design from cache or none if it isn’t cached but send of an request
apiInfo, config, eventBusId, logger, operationId, vertx| Constructor and Description |
|---|
GetDxl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
listenForResponse(EventBusRequestObservable<io.vertx.core.buffer.Buffer> observable,
io.vertx.ext.web.RoutingContext ctx) |
protected io.vertx.core.Future<io.vertx.core.json.JsonObject> |
prepareRequestBody(io.vertx.ext.web.RoutingContext ctx,
io.vertx.core.MultiMap header) |
endWithError, endWithError, endWithError, endWithError, getObservable, getReqOptions, handle, handleErrorWhileListening, incrementRequestCounter, initHandler, injectIntoObservableValue, listenForBufferResponse, listenForJsonResponse, requestBodyFromAllParams, setObservablesetBodyLimit, setDeleteUploadedFilesOnEnd, setHandleFileUploads, setMergeFormAttributes, setPreallocateBodyBuffer, setUploadsDirectoryprotected void listenForResponse(EventBusRequestObservable<io.vertx.core.buffer.Buffer> observable, io.vertx.ext.web.RoutingContext ctx)
listenForResponse in class AbstractAPIHandler<io.vertx.core.buffer.Buffer>observable - The Observable runningprotected io.vertx.core.Future<io.vertx.core.json.JsonObject> prepareRequestBody(io.vertx.ext.web.RoutingContext ctx,
io.vertx.core.MultiMap header)
prepareRequestBody in class AbstractAPIHandler<io.vertx.core.buffer.Buffer>ctx - header - The header for the EventBus