Package com.example.consumer1
Class ConsumerUtil
-
- All Implemented Interfaces:
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(Array<String> args)
-
Method Summary
Modifier and Type Method Description InjectorgetInjector()-
Methods inherited from class com.example.BaseUtil
createCustomCryptoSettings, getAddress, getEpr, getIface, getParsedArgs, isUseTls, setAddress, setEpr, setIface, setUseTls -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getInjector
Injector getInjector()
-
-
-
-