C# Class Akka.Interfaced.InterfacedActorHandler

Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Properties

Property Type Description
MessageDispatcher MessageDispatcher
NotificationDispatcher NotificationDispatcher
PerInstanceFilterCreators IFilter>>.List
RequestDispatcher RequestDispatcher

Public Methods

Method Description
InterfacedActorHandler ( Type type ) : System

Method Details

InterfacedActorHandler() public method

public InterfacedActorHandler ( Type type ) : System
type System.Type
return System

Property Details

MessageDispatcher public_oe property

public MessageDispatcher,Akka.Interfaced MessageDispatcher
return MessageDispatcher

NotificationDispatcher public_oe property

public NotificationDispatcher,Akka.Interfaced NotificationDispatcher
return NotificationDispatcher

PerInstanceFilterCreators public_oe property

public List> PerInstanceFilterCreators
return IFilter>>.List

RequestDispatcher public_oe property

public RequestDispatcher,Akka.Interfaced RequestDispatcher
return RequestDispatcher