# IMQClientOptions.beforeCall property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.imqclientoptions.beforecall/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Pre-dispatch hook. See [IMQBeforeCall](https://imqueue.org/api/rpc/latest/rpc.imqbeforecall/); on a client it receives the request only.

**Signature:**

```typescript
beforeCall?: IMQBeforeCall<IMQClient>;
```

