Home > @imqueue/rpc > IMQServiceOptions

IMQServiceOptions interface

Options accepted by an IMQ service.

Signature:

export interface IMQServiceOptions extends IMQOptions 

Extends: IMQOptions

Properties

Property

Modifiers

Type

Description

afterCall?

IMQAfterCall<IMQService>

(Optional)

beforeCall?

IMQBeforeCall<IMQService>

(Optional)

childrenPerCore

number

metricsServer?

IMQMetricsServerOptions

(Optional)

multiProcess

boolean