C# Class Akka.Interfaced.DeadRequestProcessingActor

Inheritance: Akka.Actor.UntypedActor
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
Install ( ActorSystem system ) : void

Protected Methods

Method Description
OnReceive ( object message ) : void
PostStop ( ) : void
PreStart ( ) : void

Method Details

Install() public static method

public static Install ( ActorSystem system ) : void
system ActorSystem
return void

OnReceive() protected method

protected OnReceive ( object message ) : void
message object
return void

PostStop() protected method

protected PostStop ( ) : void
return void

PreStart() protected method

protected PreStart ( ) : void
return void