|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GlobalConfiguration.ExecutorFactoryConfig<T>
Configures executor factory.
Method Summary | |
---|---|
Object |
addProperty(String key,
String value)
Add key/value property pair to this executor factory configuration |
GlobalConfiguration.ExecutorFactoryConfig<T> |
factory(Class<? extends T> clazz)
Specify factory class for executor |
GlobalConfiguration.ExecutorFactoryConfig<T> |
withProperties(Properties props)
Set key/value properties to this executor factory configuration |
Method Detail |
---|
GlobalConfiguration.ExecutorFactoryConfig<T> factory(Class<? extends T> clazz)
factory
- clazz
Object addProperty(String key, String value)
key
- property keyvalue
- property value
GlobalConfiguration.ExecutorFactoryConfig<T> withProperties(Properties props)
props
- Prpperties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |