C# Class ActorChat.Services.Gateway.ChatClientNetChannel

Inheritance: MOUSE.Core.AsyncProcessingNetChannel
Afficher le fichier Open project: Rurouni/MassiveOnlineUniversalServerEngine

Méthodes publiques

Méthode Description
ChatClientNetChannel ( IActorSystem rooms, ICallbacksGatewayNode callbacksNode, INetNode node, ITransportChannel transportChannel, IMessageSerializer serializer, ICoreEvents logger, INetNodeConfig config, IBufferPool bufferPool ) : System

Méthodes protégées

Méthode Description
Configure ( IMessageProcessingPipeBuilder builder ) : IMessageProcessingPipeBuilder

Private Methods

Méthode Description
OnRoomJoin ( JoinRoom msg, IOperationContext context ) : Task
OnSay ( Say msg, IOperationContext context ) : void

Method Details

ChatClientNetChannel() public méthode

public ChatClientNetChannel ( IActorSystem rooms, ICallbacksGatewayNode callbacksNode, INetNode node, ITransportChannel transportChannel, IMessageSerializer serializer, ICoreEvents logger, INetNodeConfig config, IBufferPool bufferPool ) : System
rooms IActorSystem
callbacksNode ICallbacksGatewayNode
node INetNode
transportChannel ITransportChannel
serializer IMessageSerializer
logger ICoreEvents
config INetNodeConfig
bufferPool IBufferPool
Résultat System

Configure() protected méthode

protected Configure ( IMessageProcessingPipeBuilder builder ) : IMessageProcessingPipeBuilder
builder IMessageProcessingPipeBuilder
Résultat IMessageProcessingPipeBuilder