C# 클래스 RampUp.Actors.Impl.ActorRegistry

파일 보기 프로젝트 열기: Scooletz/RampUp 1 사용 예제들

공개 메소드들

메소드 설명
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