C# Class EducationPathways.ServiceBus.Handling.EventProcessor

Processes incoming events from the bus and routes them to the appropriate handlers.
Inheritance: MessageProcessor, IEventHandlerRegistry
Afficher le fichier Open project: pebblecode/EducationPathways Class Usage Examples

Méthodes publiques

Méthode Description
EventProcessor ( IMessageReceiver receiver, ITextSerializer serializer ) : EducationPathways.Contracts
Register ( IEventHandler eventHandler ) : void

Méthodes protégées

Méthode Description
ProcessMessage ( string traceIdentifier, object payload, string messageId, string correlationId ) : void

Method Details

EventProcessor() public méthode

public EventProcessor ( IMessageReceiver receiver, ITextSerializer serializer ) : EducationPathways.Contracts
receiver IMessageReceiver
serializer ITextSerializer
Résultat EducationPathways.Contracts

ProcessMessage() protected méthode

protected ProcessMessage ( string traceIdentifier, object payload, string messageId, string correlationId ) : void
traceIdentifier string
payload object
messageId string
correlationId string
Résultat void

Register() public méthode

public Register ( IEventHandler eventHandler ) : void
eventHandler IEventHandler
Résultat void