C# Class MOUSE.Core.Logging.Serilog.SerilogAzureEventHubActorSystemEvents

Inheritance: IAzureEventHubActorSystemEvents
显示文件 Open project: Rurouni/MassiveOnlineUniversalServerEngine

Public Methods

Method Description
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

Method Details

ActorSystemStarted() public method

public ActorSystemStarted ( ushort actorSystemId ) : void
actorSystemId ushort
return void

EventProcessorCheckpointed() public method

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

EventProcessorHostException() public method

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

EventProcessorStarted() public method

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

EventProcessorStopped() public method

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
return void

FailedToDeserializeEvent() public method

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

FailedToSendMessage() public method

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

FailedToSendReply() public method

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

ReceivedExpiredMessage() public method

public ReceivedExpiredMessage ( System.DateTime timestamp ) : void
timestamp System.DateTime
return void

ReceivedMessageForActor() public method

public ReceivedMessageForActor ( ActorKey actorKey, Message message ) : void
actorKey ActorKey
message Message
return void

ReceivedMessageWithoutActorHeader() public method

public ReceivedMessageWithoutActorHeader ( ushort actorSystemId, Message message ) : void
actorSystemId ushort
message Message
return void

ReceivedUnboundReply() public method

public ReceivedUnboundReply ( ushort actorSystemId, Message message ) : void
actorSystemId ushort
message Message
return void

SerilogAzureEventHubActorSystemEvents() public method

public SerilogAzureEventHubActorSystemEvents ( ILogger logger ) : System
logger ILogger
return System