DefaultResizer..::..Rampup Method

Computes a proposed positive (or zero) capacity delta using the configured `rampupRate`.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public int Rampup(
	int pressure,
	int capacity
)
Public Function Rampup ( _
	pressure As Integer, _
	capacity As Integer _
) As Integer
public:
int^ Rampup(
	int^ pressure, 
	int^ capacity
)

Parameters

pressure
Type: Int32
the current number of busy routees
capacity
Type: Int32
the current number of total routees

Return Value

proposed increase in capacity