| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.flight.ClientMiddlewareFactory.html | [Back] [Original] |
Section Navigation
Bases: _Weakrefable
A factory for new middleware instances.
All middleware methods will be called from the same thread as the RPC method implementation. That is, thread-locals set in the client are accessible from the middleware itself.
Methods
|
|
|
Called at the start of an RPC. |
Called at the start of an RPC.
This must be thread-safe and must not raise exceptions.
CallInfoInformation about the call.
ClientMiddlewareAn instance of ClientMiddleware (the instance to use for the call), or None if this call is not intercepted.
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |