We were looking at some Wire stuff, and Wire operates on a `Call.Factory` so it cannot introduce new interceptors to an existing Call. It’d be interesting/powerful to be able to add interceptors directly on a `Call` instance.
We were looking at some Wire stuff, and Wire operates on a
Call.Factoryso it cannot introduce new interceptors to an existing Call.It’d be interesting/powerful to be able to add interceptors directly on a
Callinstance.