C# Class MOUSE.Core.Azure.DelegatingEventProcessor

Inheritance: IEventProcessor
Afficher le fichier Open project: Rurouni/MassiveOnlineUniversalServerEngine

Méthodes publiques

Méthode Description
DelegatingEventProcessor ( TimeSpan checkpointTimeout, Func processor, IAzureEventHubActorSystemEvents logger ) : System
DelegatingEventProcessor ( System.TimeSpan checkpointTimeout, Task>.Func processor, IAzureEventHubActorSystemEvents logger ) : System

Private Methods

Méthode Description
IEventProcessor ( PartitionContext context ) : Task
IEventProcessor ( PartitionContext context, CloseReason reason ) : Task
IEventProcessor ( PartitionContext context, IEnumerable messages ) : Task
IEventProcessor ( PartitionContext context, IEnumerable messages ) : System.Threading.Tasks.Task

Method Details

DelegatingEventProcessor() public méthode

public DelegatingEventProcessor ( TimeSpan checkpointTimeout, Func processor, IAzureEventHubActorSystemEvents logger ) : System
checkpointTimeout TimeSpan
processor Func
logger IAzureEventHubActorSystemEvents
Résultat System

DelegatingEventProcessor() public méthode

public DelegatingEventProcessor ( System.TimeSpan checkpointTimeout, Task>.Func processor, IAzureEventHubActorSystemEvents logger ) : System
checkpointTimeout System.TimeSpan
processor Task>.Func
logger IAzureEventHubActorSystemEvents
Résultat System