C# Class BasicCluster.EchoConsumerActor

Inheritance: ReceiveActor
Afficher le fichier Open project: SaladLab/Akka.Cluster.Utility

Méthodes publiques

Méthode Description
EchoConsumerActor ( ClusterNodeContext context ) : System

Méthodes protégées

Méthode Description
PreStart ( ) : void

Private Methods

Méthode Description
OnMessage ( string s ) : void

Method Details

EchoConsumerActor() public méthode

public EchoConsumerActor ( ClusterNodeContext context ) : System
context ClusterNodeContext
Résultat System

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void