Class BuilderUtils

java.lang.Object
io.camunda.client.impl.BuilderUtils

public final class BuilderUtils extends Object
  • Method Details

    • applyPropertyValueIfNotNull

      public static void applyPropertyValueIfNotNull(Properties properties, Consumer<String> action, String... propertyNames)
      Applies the provided action to the first non-null property value found in the given list of property names.
    • applyEnvironmentValueIfNotNull

      public static void applyEnvironmentValueIfNotNull(Consumer<String> action, String... envNames)
      Applies the provided action to the first non-null environment variable value found in the given list of environment variable names.