C# Class paramore.brighter.commandprocessor.InMemoryRequestContextFactory

Class InMemoryRequestContextFactory Creates a RequestContext that can be passed between pipeline stages. The RequestContext created is transient and has a lifetime of the pipeline itself.
Inheritance: IAmARequestContextFactory
Exibir arquivo Open project: iancooper/Paramore

Public Methods

Method Description
Create ( ) : paramore.brighter.commandprocessor.RequestContext

Any pipeline has a request context that allows you to flow information between instances of IHandleRequests The default InMemoryRequestContextFactory is usable for most cases.

Method Details

Create() public method

Any pipeline has a request context that allows you to flow information between instances of IHandleRequests The default InMemoryRequestContextFactory is usable for most cases.
public Create ( ) : paramore.brighter.commandprocessor.RequestContext
return paramore.brighter.commandprocessor.RequestContext