UNPKG
@jiaxinjiang/nest-amqp
Version:
latest (1.0.1)
1.0.1
1.0.0
RabbitMQ component for NestJs.
@jiaxinjiang/nest-amqp
/
dist
/
amqp.util.js
9 lines
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
class
AmqpUtil
{
static
getPublisherToken
(
exchange
) {
return
`__AMQPPublisher
${exchange}
__`
; } }
exports
.
AmqpUtil
=
AmqpUtil
;
//# sourceMappingURL=amqp.util.js.map