Package org.imixs.workflow.kafka
Class ConfigService
java.lang.Object
org.imixs.workflow.kafka.ConfigService
- All Implemented Interfaces:
Serializable
The ConfigService is used to provide static String and environment access methods.
- Version:
- 1.0
- Author:
- rsoika
- See Also:
-
Field Details
-
ENV_KAFKA_BROKERS
- See Also:
-
ENV_KAFKA_CLIENTID
- See Also:
-
ENV_KAFKA_AUTOWIRE
- See Also:
-
-
Constructor Details
-
ConfigService
public ConfigService()
-
-
Method Details
-
getEnv
Returns a environment variable. An environment variable can be provided as a System property.- Parameters:
env- - environment variable namedefaultValue- - optional default value- Returns:
- value
-