C# 클래스 Rebus.Pipeline.Send.SendOutgoingMessageStep

상속: IOutgoingStep
파일 보기 프로젝트 열기: rebus-org/Rebus

공개 메소드들

메소드 설명
Process ( OutgoingStepContext context, Func next ) : System.Threading.Tasks.Task

Sends the outgoing message using the configured ITransport, sending to the DestinationAddresses found in the OutgoingStepContext.

SendOutgoingMessageStep ( ITransport transport, IRebusLoggerFactory rebusLoggerFactory ) : System

Constructs the step, using the specified transport to send the messages

비공개 메소드들

메소드 설명
Send ( List destinationAddressesList, Rebus.Messages.TransportMessage transportMessage, ITransactionContext currentTransactionContext ) : System.Threading.Tasks.Task

메소드 상세

Process() 공개 메소드

Sends the outgoing message using the configured ITransport, sending to the DestinationAddresses found in the OutgoingStepContext.
public Process ( OutgoingStepContext context, Func next ) : System.Threading.Tasks.Task
context OutgoingStepContext
next Func
리턴 System.Threading.Tasks.Task

SendOutgoingMessageStep() 공개 메소드

Constructs the step, using the specified transport to send the messages
public SendOutgoingMessageStep ( ITransport transport, IRebusLoggerFactory rebusLoggerFactory ) : System
transport ITransport
rebusLoggerFactory IRebusLoggerFactory
리턴 System