C# Class Akka.Interfaced.DeadRequestProcessingActor

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

Méthodes publiques

Méthode Description
Install ( ActorSystem system ) : void

Méthodes protégées

Méthode Description
OnReceive ( object message ) : void
PostStop ( ) : void
PreStart ( ) : void

Method Details

Install() public static méthode

public static Install ( ActorSystem system ) : void
system ActorSystem
Résultat void

OnReceive() protected méthode

protected OnReceive ( object message ) : void
message object
Résultat void

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void