interface ComponentOptions {
    id: string;
    logger?: LoggerInstance;
    maxInactivityTime?: number;
    registerLimit?: number;
    registry?: Registry;
    retryOptions?: RetryOptions;
}

Hierarchy (View Summary)

Properties

id: string

Instance identification

Logger instance

maxInactivityTime?: number

Register max inactivity time

registerLimit?: number

Maximum number of message to be stored

registry?: Registry

Message and jobs registry

retryOptions?: RetryOptions

Options for adapter retry operations