C# 클래스 MOUSE.Core.Azure.DelegatingEventProcessor

상속: IEventProcessor
파일 보기 프로젝트 열기: Rurouni/MassiveOnlineUniversalServerEngine

공개 메소드들

메소드 설명
DelegatingEventProcessor ( TimeSpan checkpointTimeout, Func processor, IAzureEventHubActorSystemEvents logger ) : System
DelegatingEventProcessor ( System.TimeSpan checkpointTimeout, Task>.Func processor, IAzureEventHubActorSystemEvents logger ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

DelegatingEventProcessor() 공개 메소드

public DelegatingEventProcessor ( TimeSpan checkpointTimeout, Func processor, IAzureEventHubActorSystemEvents logger ) : System
checkpointTimeout TimeSpan
processor Func
logger IAzureEventHubActorSystemEvents
리턴 System

DelegatingEventProcessor() 공개 메소드

public DelegatingEventProcessor ( System.TimeSpan checkpointTimeout, Task>.Func processor, IAzureEventHubActorSystemEvents logger ) : System
checkpointTimeout System.TimeSpan
processor Task>.Func
logger IAzureEventHubActorSystemEvents
리턴 System