Raw routes are mounted by the adapter at their own path, so method and
path describe the route to hooks, instrumentation, and error mapping
instead of driving routing. metadata feeds metadata-driven hooks exactly
like contract metadata does, for example rateLimit and idempotency.
Identity and hook metadata for a raw route.
Raw routes are mounted by the adapter at their own path, so
methodandpathdescribe the route to hooks, instrumentation, and error mapping instead of driving routing.metadatafeeds metadata-driven hooks exactly like contract metadata does, for examplerateLimitandidempotency.