Preparing search index...
The search index is not available
@rxap/nest-amqp
@rxap/nest-amqp
AmqpOptionsFactory
Class AmqpOptionsFactory
Implements
ConfigurableModuleOptionsFactory
<
AmqpOptions
,
"create"
>
Index
Constructors
constructor
Properties
config
logger
Methods
build
Url
create
get
Credentials
get
Exchange
get
Queue
Constructors
constructor
new
AmqpOptionsFactory
()
:
AmqpOptionsFactory
Returns
AmqpOptionsFactory
Properties
Protected
Readonly
config
config
:
ConfigService
Protected
Readonly
logger
logger
:
Logger
Methods
build
Url
buildUrl
()
:
Promise
<
string
>
Returns
Promise
<
string
>
create
create
()
:
Promise
<
AmqpOptions
>
Returns
Promise
<
AmqpOptions
>
get
Credentials
getCredentials
()
:
Promise
<
null
|
{
password
:
string
;
username
:
string
}
>
Returns
Promise
<
null
|
{
password
:
string
;
username
:
string
}
>
get
Exchange
getExchange
()
:
Promise
<
undefined
|
ExchangeOptions
>
Returns
Promise
<
undefined
|
ExchangeOptions
>
get
Queue
getQueue
()
:
Promise
<
undefined
|
QueueOptions
>
Returns
Promise
<
undefined
|
QueueOptions
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
config
logger
Methods
build
Url
create
get
Credentials
get
Exchange
get
Queue
@rxap/nest-amqp
Loading...