All Downloads are FREE. Search and download functionalities are using the official Maven repository.

playground.server.admin.v1.queueSplitters Maven / Gradle / Ivy

Go to download

Middleware library based on Vert.x to build advanced JSON/REST communication servers

There is a newer version: 2.1.15
Show newest version
{
    "queue-static-split": {
        "description": "Simple static splitter",
        "postfixFromStatic": [
            "A",
            "B",
            "C",
            "D"
        ]
    },
    "queue-header-[a-z]+": {
        "description": "Simple splitter with request header",
        "postfixDelimiter": "+",
        "postfixFromRequest": {
            "header": "x-rp-deviceid"
        }
    },
    "queue-path-[a-z]+": {
        "description": "Simple splitter with request url matching",
        "postfixDelimiter": "_",
        "postfixFromRequest": {
            "url": ".*/path1/(.*)/.*"
        }
    },
    "queue-header-and-path-[a-z]+": {
        "description": "Simple splitter with request header and url matching",
        "postfixDelimiter": "_",
        "postfixFromRequest": {
            "header": "x-rp-deviceid",
            "url": ".*/path1/(.*)/.*"
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy