C# 클래스 MOUSE.Core.Logging.Serilog.SerilogAzureEventHubActorSystemEvents

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

공개 메소드들

메소드 설명
ActorSystemStarted ( ushort actorSystemId ) : void
EventProcessorCheckpointed ( string eventHubPath, string consumerGroupName, string partitionId, string offset, long epoch ) : void
EventProcessorHostException ( string action, Exception exception ) : void
EventProcessorStarted ( string eventHubPath, string consumerGroupName, string partitionId, string offset, long epoch ) : void
EventProcessorStopped ( string reason, string eventHubPath, string consumerGroupName, string partitionId, string offset, long epoch ) : void
FailedToDeserializeEvent ( ushort actorSystemId, string eventPartitionKey, long eventSequenceNumber, string eventOffset ) : void
FailedToSendMessage ( System.Guid requestId, Message message, Exception exception ) : void
FailedToSendReply ( ActorKey actorKey, Message message, Exception exception ) : void
ReceivedExpiredMessage ( System.DateTime timestamp ) : void
ReceivedMessageForActor ( ActorKey actorKey, Message message ) : void
ReceivedMessageWithoutActorHeader ( ushort actorSystemId, Message message ) : void
ReceivedUnboundReply ( ushort actorSystemId, Message message ) : void
SerilogAzureEventHubActorSystemEvents ( ILogger logger ) : System

메소드 상세

ActorSystemStarted() 공개 메소드

public ActorSystemStarted ( ushort actorSystemId ) : void
actorSystemId ushort
리턴 void

EventProcessorCheckpointed() 공개 메소드

public EventProcessorCheckpointed ( string eventHubPath, string consumerGroupName, string partitionId, string offset, long epoch ) : void
eventHubPath string
consumerGroupName string
partitionId string
offset string
epoch long
리턴 void

EventProcessorHostException() 공개 메소드

public EventProcessorHostException ( string action, Exception exception ) : void
action string
exception System.Exception
리턴 void

EventProcessorStarted() 공개 메소드

public EventProcessorStarted ( string eventHubPath, string consumerGroupName, string partitionId, string offset, long epoch ) : void
eventHubPath string
consumerGroupName string
partitionId string
offset string
epoch long
리턴 void

EventProcessorStopped() 공개 메소드

public EventProcessorStopped ( string reason, string eventHubPath, string consumerGroupName, string partitionId, string offset, long epoch ) : void
reason string
eventHubPath string
consumerGroupName string
partitionId string
offset string
epoch long
리턴 void

FailedToDeserializeEvent() 공개 메소드

public FailedToDeserializeEvent ( ushort actorSystemId, string eventPartitionKey, long eventSequenceNumber, string eventOffset ) : void
actorSystemId ushort
eventPartitionKey string
eventSequenceNumber long
eventOffset string
리턴 void

FailedToSendMessage() 공개 메소드

public FailedToSendMessage ( System.Guid requestId, Message message, Exception exception ) : void
requestId System.Guid
message Message
exception System.Exception
리턴 void

FailedToSendReply() 공개 메소드

public FailedToSendReply ( ActorKey actorKey, Message message, Exception exception ) : void
actorKey ActorKey
message Message
exception System.Exception
리턴 void

ReceivedExpiredMessage() 공개 메소드

public ReceivedExpiredMessage ( System.DateTime timestamp ) : void
timestamp System.DateTime
리턴 void

ReceivedMessageForActor() 공개 메소드

public ReceivedMessageForActor ( ActorKey actorKey, Message message ) : void
actorKey ActorKey
message Message
리턴 void

ReceivedMessageWithoutActorHeader() 공개 메소드

public ReceivedMessageWithoutActorHeader ( ushort actorSystemId, Message message ) : void
actorSystemId ushort
message Message
리턴 void

ReceivedUnboundReply() 공개 메소드

public ReceivedUnboundReply ( ushort actorSystemId, Message message ) : void
actorSystemId ushort
message Message
리턴 void

SerilogAzureEventHubActorSystemEvents() 공개 메소드

public SerilogAzureEventHubActorSystemEvents ( ILogger logger ) : System
logger ILogger
리턴 System