WorkerConfiguration@Incubating public interface ActionConfiguration
The configuration is represented using zero or more initialization parameters to use when constructing an instance of the implementation class. The following types are supported:
StringBooleanInteger, Long, Short and other Number subtypes.FileList or Set of any supported type.Map with keys and values of any supported type.Enum type.Named type created using ObjectFactory.named(Class, String).| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.Object[] | getParams() | Gets the initialization parameters that will be used when constructing an instance of the implementation class. | 
| void | params(java.lang.Object... params) | Adds initialization parameters to use when constructing an instance of the implementation class. | 
| void | setParams(java.lang.Object... params) | Sets any initialization parameters to use when constructing an instance of the implementation class. | 
void params(java.lang.Object... params)
params - - the parameters to use during constructionvoid setParams(java.lang.Object... params)
params - - the parameters to use during constructionjava.lang.Object[] getParams()