Class ParametersBucket

java.lang.Object
org.tkit.onecx.quarkus.parameter.ParametersBucket

public class ParametersBucket extends Object
  • Field Details

  • 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 requested
      clazz - the class/type of the parameter requested
      defaultValue - the default value of the parameter requested
    • end

      public void end()