C# Class Appccelerate.DistributedEventBroker.Factories.DefaultDistributedFactory

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

Méthodes publiques

Méthode 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 méthode

Creates the event arguments serializer.
public CreateEventArgsSerializer ( ) : IEventArgsSerializer
Résultat IEventArgsSerializer

CreateMessageFactory() public méthode

Creates the message factory.
public CreateMessageFactory ( ) : IEventMessageFactory
Résultat IEventMessageFactory

CreateTopicSelectionStrategy() public méthode

Create the topic selection strategy.
public CreateTopicSelectionStrategy ( ) : ITopicSelectionStrategy
Résultat ITopicSelectionStrategy