C# Class Ninject.Extensions.MessageBroker.Model.Publications.StandardMessagePublicationFactory

Creates IMessagePublications.
Inheritance: Ninject.Components.NinjectComponent, IMessagePublicationFactory
Mostrar archivo Open project: ninject/Ninject.Extensions.MessageBroker

Public Methods

Method Description
Create ( IMessageChannel channel, object publisher, EventInfo evt ) : IMessagePublication

Creates a publication for the specified channel.

Method Details

Create() public method

Creates a publication for the specified channel.
public Create ( IMessageChannel channel, object publisher, EventInfo evt ) : IMessagePublication
channel IMessageChannel The channel that will receive the publications.
publisher object The object that will publish events.
evt System.Reflection.EventInfo The event that will be published to the channel.
return IMessagePublication