Package io.camunda.client.impl
Class BuilderUtils
java.lang.Object
io.camunda.client.impl.BuilderUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyEnvironmentValueIfNotNull(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.static voidapplyPropertyValueIfNotNull(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.
-
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
Applies the provided action to the first non-null environment variable value found in the given list of environment variable names.
-