C# Class Appccelerate.DistributedEventBroker.Factories.DefaultDistributedFactory

Default factory which creates the default types for the distributed event broker extension.
Inheritance: IDistributedFactory
Show file Open project: appccelerate/appccelerate Class Usage Examples

Public Methods

Method Description
CreateEventArgsSerializer ( ) : IEventArgsSerializer

Creates the event arguments serializer.

CreateMessageFactory ( ) : IEventMessageFactory

Creates the message factory.

CreateTopicSelectionStrategy ( ) : ITopicSelectionStrategy

Create the topic selection strategy.

Method Details

CreateEventArgsSerializer() public method

Creates the event arguments serializer.
public CreateEventArgsSerializer ( ) : IEventArgsSerializer
return IEventArgsSerializer

CreateMessageFactory() public method

Creates the message factory.
public CreateMessageFactory ( ) : IEventMessageFactory
return IEventMessageFactory

CreateTopicSelectionStrategy() public method

Create the topic selection strategy.
public CreateTopicSelectionStrategy ( ) : ITopicSelectionStrategy
return ITopicSelectionStrategy