Method | Description | |
---|---|---|
Process ( OutgoingStepContext context, Func |
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
|
Method | Description | |
---|---|---|
Send ( List |
public Process ( OutgoingStepContext context, Func |
||
context | OutgoingStepContext | |
next | Func |
|
return | System.Threading.Tasks.Task |
public SendOutgoingMessageStep ( ITransport transport, IRebusLoggerFactory rebusLoggerFactory ) : System | ||
transport | ITransport | |
rebusLoggerFactory | IRebusLoggerFactory | |
return | System |