Class RequestMetadata
java.lang.Object
io.quarkus.reactivemessaging.http.runtime.RequestMetadata
- All Implemented Interfaces:
PathMetadata
- Direct Known Subclasses:
IncomingHttpMetadata
Common metadata class for incoming http/websockets.
-
Method Summary
Modifier and TypeMethodDescriptionGet the path configured for this request, eg /users/:userid for a req using PathParamsGet the path used to invoke this request, eg /users/fred if the path was configured as /users/:useridio.vertx.core.MultiMap
-
Method Details
-
getQueryParams
public io.vertx.core.MultiMap getQueryParams() -
getPathParams
-
getInvokedPath
Description copied from interface:PathMetadataGet the path used to invoke this request, eg /users/fred if the path was configured as /users/:userid- Specified by:
getInvokedPathin interfacePathMetadata- Returns:
-
getConfiguredPath
Description copied from interface:PathMetadataGet the path configured for this request, eg /users/:userid for a req using PathParams- Specified by:
getConfiguredPathin interfacePathMetadata- Returns:
-