Skip to content

Function: RabbitSubscribe()

ts
function RabbitSubscribe(config): MethodDecorator;

Defined in: packages/rabbitmq/src/decorators/rabbitmq.decorators.ts:18

Parameters

ParameterType
configOmit<RabbitHandlerConfig, "type">

Returns

MethodDecorator

Released under the MIT License.