C# 클래스 paramore.brighter.commandprocessor.MessagingConfiguration

Class MessagingConfiguration. Used to set the components of a work queue solution
파일 보기 프로젝트 열기: iancooper/Paramore 1 사용 예제들

공개 메소드들

메소드 설명
MessagingConfiguration ( IAmAMessageStore messageStore, IAmAMessageProducer messageProducer, IAmAMessageMapperRegistry messageMapperRegistry, int messageStoreWriteTimeout = 300, int messagingGatewaySendTimeout = 300 )

Initializes a new instance of the MessagingConfiguration class.

MessagingConfiguration ( IAmAMessageStore messageStore, IAmAMessageStoreAsync asyncMessageStore, IAmAMessageProducer messageProducer, IAmAMessageProducerAsync asyncmessageProducer, IAmAMessageMapperRegistry messageMapperRegistry, int messageStoreWriteTimeout = 300, int messagingGatewaySendTimeout = 300 )

Initializes a new instance of the MessagingConfiguration class.

MessagingConfiguration ( IAmAMessageStoreAsync asyncMessageStore, IAmAMessageProducerAsync asyncmessageProducer, IAmAMessageMapperRegistry messageMapperRegistry, int messageStoreWriteTimeout = 300, int messagingGatewaySendTimeout = 300 )

Initializes a new instance of the MessagingConfiguration class.

메소드 상세

MessagingConfiguration() 공개 메소드

Initializes a new instance of the MessagingConfiguration class.
public MessagingConfiguration ( IAmAMessageStore messageStore, IAmAMessageProducer messageProducer, IAmAMessageMapperRegistry messageMapperRegistry, int messageStoreWriteTimeout = 300, int messagingGatewaySendTimeout = 300 )
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

MessagingConfiguration() 공개 메소드

Initializes a new instance of the MessagingConfiguration class.
public MessagingConfiguration ( IAmAMessageStore messageStore, IAmAMessageStoreAsync asyncMessageStore, IAmAMessageProducer messageProducer, IAmAMessageProducerAsync asyncmessageProducer, IAmAMessageMapperRegistry messageMapperRegistry, int messageStoreWriteTimeout = 300, int messagingGatewaySendTimeout = 300 )
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

MessagingConfiguration() 공개 메소드

Initializes a new instance of the MessagingConfiguration class.
public MessagingConfiguration ( IAmAMessageStoreAsync asyncMessageStore, IAmAMessageProducerAsync asyncmessageProducer, IAmAMessageMapperRegistry messageMapperRegistry, int messageStoreWriteTimeout = 300, int messagingGatewaySendTimeout = 300 )
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