Type alias WeenieAmqpInputDeps
WeenieAmqpInputDeps: { config: { amqp: { cnx: SimpleAmqpConfig; publishing: WeeniePublishingConfig; }; }; log: SimpleLoggerInterface; retry?: { exponential?: Retry["run"]; periodic?: Retry["run"]; }; } Type declaration
config: {
amqp: {
cnx: SimpleAmqpConfig;
publishing: WeeniePublishingConfig;
};
}
log: SimpleLoggerInterface
Optional
retry?: {
exponential?: Retry["run"];
periodic?: Retry["run"];
}
Optional
exponential?: Retry["run"]
Optional
periodic?: Retry["run"]
Input deps for the AMQP module