C# Class RampUp.Actors.Impl.ActorRegistry

Afficher le fichier Open project: Scooletz/RampUp Class Usage Examples

Méthodes publiques

Méthode Description
ActorRegistry ( IReadOnlyCollection actors ) : System
GetBuffers ( Type messageType, ArraySegment &buffers ) : void
GetMessageTypeId ( Type messageType ) : int
this ( ActorId actor ) : IRingBuffer

Private Methods

Méthode Description
AddPadding ( List buffers ) : void
GetHandleMethods ( Type handlerType ) : IEnumerable

Gets all the methods handling messages, declared in handlerType.

Method Details

ActorRegistry() public méthode

public ActorRegistry ( IReadOnlyCollection actors ) : System
actors IReadOnlyCollection
Résultat System

GetBuffers() public méthode

public GetBuffers ( Type messageType, ArraySegment &buffers ) : void
messageType System.Type
buffers ArraySegment
Résultat void

GetMessageTypeId() public méthode

public GetMessageTypeId ( Type messageType ) : int
messageType System.Type
Résultat int

this() public méthode

public this ( ActorId actor ) : IRingBuffer
actor ActorId
Résultat IRingBuffer