C# Class FubuMVC.Tests.ServiceBus.RecordingEnvelopeSender

Inheritance: IEnvelopeSender, IOutgoingSender
ファイルを表示 Open project: DarthFubuMVC/fubumvc

Public Properties

Property Type Description
Outgoing IList
Sent IList

Public Methods

Method Description
Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : string
Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope, IMessageCallback callback ) : string
SendFailureAcknowledgement ( FubuMVC.Core.ServiceBus.Runtime.Envelope original, string message ) : void
SendOutgoingMessages ( FubuMVC.Core.ServiceBus.Runtime.Envelope original, IEnumerable cascadingMessages ) : void

Private Methods

Method Description
IOutgoingSender ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : void

Method Details

Send() public method

public Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope ) : string
envelope FubuMVC.Core.ServiceBus.Runtime.Envelope
return string

Send() public method

public Send ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope, IMessageCallback callback ) : string
envelope FubuMVC.Core.ServiceBus.Runtime.Envelope
callback IMessageCallback
return string

SendFailureAcknowledgement() public method

public SendFailureAcknowledgement ( FubuMVC.Core.ServiceBus.Runtime.Envelope original, string message ) : void
original FubuMVC.Core.ServiceBus.Runtime.Envelope
message string
return void

SendOutgoingMessages() public method

public SendOutgoingMessages ( FubuMVC.Core.ServiceBus.Runtime.Envelope original, IEnumerable cascadingMessages ) : void
original FubuMVC.Core.ServiceBus.Runtime.Envelope
cascadingMessages IEnumerable
return void

Property Details

Outgoing public_oe property

public IList Outgoing
return IList

Sent public_oe property

public IList Sent
return IList