com.twitter.finagle.loadbalancer.LoadBalancerFactory
Compatibility method so the Param value is accessible from Java.
Compatibility method so the Param value is accessible from Java.
Method invoked to generate a way to display a P-typed param, which takes the form
Seq[(key, () => value)], where key
and value
are the variable names and values for
public member variables in the class.
Method invoked to generate a way to display a P-typed param, which takes the form
Seq[(key, () => value)], where key
and value
are the variable names and values for
public member variables in the class. The function () => value
is invoked to display the
current value of a member variable.
This should be overriden by param classes that do not implement scala.Product