RpcServerOptions

Hierarchy

  • RpcServerOptions

Index

Properties

Properties

Optional captureError

captureError: undefined | function

A function to capture errors that occurred during RPCs.

Optional router

router: Router

The express router to start from. By default, we start from Router().