Method | Description | |
---|---|---|
BackoffSupervisor ( Props childProps, string childName, System.TimeSpan minBackoff, System.TimeSpan maxBackoff, double randomFactor ) : System |
Method | Description | |
---|---|---|
OnReceive ( object message ) : void | ||
PreStart ( ) : void |
Method | Description | |
---|---|---|
StartChildActor ( ) : void |
public BackoffSupervisor ( Props childProps, string childName, System.TimeSpan minBackoff, System.TimeSpan maxBackoff, double randomFactor ) : System | ||
childProps | Props | |
childName | string | |
minBackoff | System.TimeSpan | |
maxBackoff | System.TimeSpan | |
randomFactor | double | |
return | System |
protected OnReceive ( object message ) : void | ||
message | object | |
return | void |