Package io.ably.lib.util
Class ParamsUtils
java.lang.Object
io.ably.lib.util.ParamsUtils
public class ParamsUtils
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ParamsUtils() -
Method Summary
Modifier and Type Method Description static Param[]enrichParams(Param[] params, ClientOptions options)Produce either new or extend provided array of parameters based on values in Client options
-
Constructor Details
-
ParamsUtils
public ParamsUtils()
-
-
Method Details
-
enrichParams
Produce either new or extend provided array of parameters based on values in Client options- Parameters:
params- Array of already set parametersoptions- Client options- Returns:
- Array of parameters extended of parameters based on values in client options
-