public final class RequestIDFactory extends Object implements com.microsoft.rest.v2.policy.RequestPolicyFactory
HttpPipeline
for setting a unique request ID in the
x-ms-client-request-id header as is required for all requests to the service. In most cases, it is sufficient to
allow the default pipeline to add this factory automatically and assume that it works. The factory and policy must
only be used directly when creating a custom pipeline.Constructor and Description |
---|
RequestIDFactory() |
Modifier and Type | Method and Description |
---|---|
com.microsoft.rest.v2.policy.RequestPolicy |
create(com.microsoft.rest.v2.policy.RequestPolicy next,
com.microsoft.rest.v2.policy.RequestPolicyOptions options) |
Copyright © 2019 Microsoft Corporation. All rights reserved.