public interface FunctionInstanceInjector
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getInstance(Class<T> functionClass)
This method is used by DI framework to initialize the function instance.
|
<T> T getInstance(Class<T> functionClass) throws Exception
T - customer functions class typefunctionClass - the class that contains customer functionsException - any exception that is thrown by the DI framework during instance creationCopyright © 2022. All rights reserved.