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

Inheritance: ActorBoundChannelBase
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

Méthode Description
TestActorBoundChannel ( ) : System
TestActorBoundChannel ( Func initialActorFactory ) : System

Méthodes protégées

Méthode Description
OnCloseRequest ( ) : void
OnNotificationMessage ( NotificationMessage m ) : void
OnResponseMessage ( ResponseMessage m ) : void
PreStart ( ) : void

Private Methods

Méthode Description
Handle ( Request m ) : void

Method Details

OnCloseRequest() protected méthode

protected OnCloseRequest ( ) : void
Résultat void

OnNotificationMessage() protected méthode

protected OnNotificationMessage ( NotificationMessage m ) : void
m NotificationMessage
Résultat void

OnResponseMessage() protected méthode

protected OnResponseMessage ( ResponseMessage m ) : void
m ResponseMessage
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void

TestActorBoundChannel() public méthode

public TestActorBoundChannel ( ) : System
Résultat System

TestActorBoundChannel() public méthode

public TestActorBoundChannel ( Func initialActorFactory ) : System
initialActorFactory Func
Résultat System