C# Класс RampUp.Actors.Impl.ActorRegistry

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ActorRegistry ( IReadOnlyCollection actors ) : System
GetBuffers ( Type messageType, ArraySegment &buffers ) : void
GetMessageTypeId ( Type messageType ) : int
this ( ActorId actor ) : IRingBuffer

Приватные методы

Метод Описание
AddPadding ( List buffers ) : void
GetHandleMethods ( Type handlerType ) : IEnumerable

Gets all the methods handling messages, declared in handlerType.

Описание методов

ActorRegistry() публичный Метод

public ActorRegistry ( IReadOnlyCollection actors ) : System
actors IReadOnlyCollection
Результат System

GetBuffers() публичный Метод

public GetBuffers ( Type messageType, ArraySegment &buffers ) : void
messageType System.Type
buffers ArraySegment
Результат void

GetMessageTypeId() публичный Метод

public GetMessageTypeId ( Type messageType ) : int
messageType System.Type
Результат int

this() публичный Метод

public this ( ActorId actor ) : IRingBuffer
actor ActorId
Результат IRingBuffer