C# Class RampUp.Actors.Impl.ActorDescriptor

Provides an actor description.
显示文件 Open project: Scooletz/RampUp Class Usage Examples

Public Methods

Method Description
ActorDescriptor ( IActor actor ) : System

Builds the description on the actor instance basis.

ActorDescriptor ( IEnumerable handledMessageTypes ) : System

Creates an artificially composed descriptor.

Private Methods

Method Description
GetHandledMessageTypes ( Type handlerType ) : IEnumerable

Gets all the message types handled by the given handlerType

Method Details

ActorDescriptor() public method

Builds the description on the actor instance basis.
public ActorDescriptor ( IActor actor ) : System
actor IActor
return System

ActorDescriptor() public method

Creates an artificially composed descriptor.
public ActorDescriptor ( IEnumerable handledMessageTypes ) : System
handledMessageTypes IEnumerable
return System