Package com.example.consumer1
Class ConsumerUtil
- java.lang.Object
-
- com.example.BaseUtil
-
- com.example.consumer1.ConsumerUtil
-
public class ConsumerUtil extends BaseUtil
This class provides the configuration used for the consumer instance.Overwriting configuration steps allows customizing the behavior of the framework through injection.
-
-
Constructor Summary
Constructors Constructor Description ConsumerUtil(String[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.inject.InjectorgetInjector()-
Methods inherited from class com.example.BaseUtil
configureOptions, createCustomCryptoSettings, getAddress, getEpr, getIface, getParsedArgs, isUseTls, localLoggerConfig, setAddress, setEpr, setIface, setUseTls
-
-
-
-
Constructor Detail
-
ConsumerUtil
public ConsumerUtil(String[] args)
-
-