C# Class Akka.Interfaced.SlimServer.ActorBoundChannelTest.TestActorBoundChannel

Inheritance: ActorBoundChannelBase
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
TestActorBoundChannel ( ) : System
TestActorBoundChannel ( Func initialActorFactory ) : System

Protected Methods

Method Description
OnCloseRequest ( ) : void
OnNotificationMessage ( NotificationMessage m ) : void
OnResponseMessage ( ResponseMessage m ) : void
PreStart ( ) : void

Private Methods

Method Description
Handle ( Request m ) : void

Method Details

OnCloseRequest() protected method

protected OnCloseRequest ( ) : void
return void

OnNotificationMessage() protected method

protected OnNotificationMessage ( NotificationMessage m ) : void
m NotificationMessage
return void

OnResponseMessage() protected method

protected OnResponseMessage ( ResponseMessage m ) : void
m ResponseMessage
return void

PreStart() protected method

protected PreStart ( ) : void
return void

TestActorBoundChannel() public method

public TestActorBoundChannel ( ) : System
return System

TestActorBoundChannel() public method

public TestActorBoundChannel ( Func initialActorFactory ) : System
initialActorFactory Func
return System