C# Class NServiceBus.Testing.TestableIncomingContext

Base implementation for contexts implementing IIncomingContext.
Inheritance: TestableMessageProcessingContext, IIncomingContext
ファイルを表示 Open project: Particular/NServiceBus

Private Properties

Property Type Description

Protected Methods

Method Description
GetBuilder ( ) : IBuilder

Selects the builder returned by IBehaviorContext.Builder. Override this method to provide your custom IBuilder implementation.

TestableIncomingContext ( IMessageCreator messageCreator = null ) : ObjectBuilder

Creates a new instance of TestableIncomingContext.

Method Details

GetBuilder() protected method

Selects the builder returned by IBehaviorContext.Builder. Override this method to provide your custom IBuilder implementation.
protected GetBuilder ( ) : IBuilder
return IBuilder

TestableIncomingContext() protected method

Creates a new instance of TestableIncomingContext.
protected TestableIncomingContext ( IMessageCreator messageCreator = null ) : ObjectBuilder
messageCreator IMessageCreator
return ObjectBuilder