Class: QuantificationModule
Defined in: packages/microservice/job-broker/src/quantification/quantification.module.ts:24
Nest module that exposes quantification endpoints and wiring for producer/storage services.
Implements
NestModule
Constructors
Constructor
new QuantificationModule():
QuantificationModule
Returns
QuantificationModule
Methods
configure()
configure(
consumer):void
Defined in: packages/microservice/job-broker/src/quantification/quantification.module.ts:29
Configure middleware for quantification routes.
Parameters
consumer
MiddlewareConsumer
Nest middleware consumer to bind middleware to routes
Returns
void
Implementation of
NestModule.configure
