# MethodsCollectionDescription interface · @imqueue/rpc

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

Map of method name to method description.

**Signature:**

```typescript
export interface MethodsCollectionDescription 
```

## Remarks

In [ServiceClassDescription.methods](https://imqueue.org/api/rpc/latest/rpc.serviceclassdescription.methods/) this holds only the methods that class itself declares. In the description a service serves to clients it is the whole inheritance chain flattened, with subclass methods overriding same-named parent methods.

