Package org.tkit.onecx.quarkus.parameter
Class ParametersBucket
java.lang.Object
org.tkit.onecx.quarkus.parameter.ParametersBucket
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parameters
-
instanceId
-
start
-
end
-
-
Constructor Details
-
ParametersBucket
public ParametersBucket()
-
-
Method Details
-
addParameterRequest
public void addParameterRequest(String name, Class<?> clazz, Object defaultValue, Object currentValue) Add a new request to the bucket, this will increase the count of requests for the parameter.- Parameters:
name- the name of the parameter requestedclazz- the class/type of the parameter requesteddefaultValue- the default value of the parameter requested
-
end
public void end()
-