public class MergeHandler extends Object
x-merge-collections.
"/gateleen/data/(.*)" : {
"path": "data/$1",
"staticHeaders": {
"x-merge-collections": "/gateleen/masterdata/parent/"
}
}
Note: | Modifier and Type | Field and Description |
|---|---|
static String |
MISSMATCH_ERROR |
| Constructor and Description |
|---|
MergeHandler(io.vertx.core.http.HttpClient httpClient)
Creates a new instance of the MergeHandler
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(io.vertx.core.http.HttpServerRequest request)
Checks if the MergeHandler is responsible for this request.
|
public static final String MISSMATCH_ERROR
public MergeHandler(io.vertx.core.http.HttpClient httpClient)
httpClient - the self clientpublic boolean handle(io.vertx.core.http.HttpServerRequest request)
request - original requestCopyright © 2016–2018. All rights reserved.