public interface BeanFactory<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
T |
get(Map<String,Object> topoConf)
Return an instance, which may be shared or independent, of the specified type.
|
BeanFactory<T> |
newInstance()
Returns a new copy if this factory.
|
void |
setStormContext(WorkerCtx context)
Sets the storm context.
|
void setStormContext(WorkerCtx context)
T get(Map<String,Object> topoConf)
topoConf
- The storm configurationBeanFactory<T> newInstance()
BeanFactory
instance.Copyright © 2023 The Apache Software Foundation. All rights reserved.