Метод | Описание | |
---|---|---|
MessagingConfiguration ( IAmAMessageStore |
Initializes a new instance of the MessagingConfiguration class.
|
|
MessagingConfiguration ( IAmAMessageStore |
Initializes a new instance of the MessagingConfiguration class.
|
|
MessagingConfiguration ( IAmAMessageStoreAsync |
Initializes a new instance of the MessagingConfiguration class.
|
public MessagingConfiguration ( IAmAMessageStore |
||
messageStore | IAmAMessageStore |
The message store. |
messageProducer | IAmAMessageProducer | The messaging gateway. |
messageMapperRegistry | IAmAMessageMapperRegistry | The message mapper registry. |
messageStoreWriteTimeout | int | How long to wait when writing to the message store |
messagingGatewaySendTimeout | int | How long to wait when sending via the gateway |
public MessagingConfiguration ( IAmAMessageStore |
||
messageStore | IAmAMessageStore |
The message store. |
asyncMessageStore | IAmAMessageStoreAsync |
The message store that supports async/await. |
messageProducer | IAmAMessageProducer | The messaging gateway. |
asyncmessageProducer | IAmAMessageProducerAsync | The messaging gateway that supports async/await. |
messageMapperRegistry | IAmAMessageMapperRegistry | The message mapper registry. |
messageStoreWriteTimeout | int | How long to wait when writing to the message store |
messagingGatewaySendTimeout | int | How long to wait when sending via the gateway |
public MessagingConfiguration ( IAmAMessageStoreAsync |
||
asyncMessageStore | IAmAMessageStoreAsync |
The message store that supports async/await. |
asyncmessageProducer | IAmAMessageProducerAsync | The messaging gateway that supports async/await. |
messageMapperRegistry | IAmAMessageMapperRegistry | The message mapper registry. |
messageStoreWriteTimeout | int | How long to wait when writing to the message store |
messagingGatewaySendTimeout | int | How long to wait when sending via the gateway |