Class ConfigService

java.lang.Object
org.imixs.workflow.kafka.ConfigService
All Implemented Interfaces:
Serializable

public class ConfigService extends Object implements Serializable
The ConfigService is used to provide static String and environment access methods.
Version:
1.0
Author:
rsoika
See Also:
  • Field Details

  • Constructor Details

    • ConfigService

      public ConfigService()
  • Method Details

    • getEnv

      public static String getEnv(String env, String defaultValue)
      Returns a environment variable. An environment variable can be provided as a System property.
      Parameters:
      env - - environment variable name
      defaultValue - - optional default value
      Returns:
      value