public class UserProcessorRegisterHelper extends Object
| 构造器和说明 |
|---|
UserProcessorRegisterHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
registerUserProcessor(UserProcessor<?> processor,
ConcurrentHashMap<String,UserProcessor<?>> userProcessors)
Help register single-interest user processor.
|
public static void registerUserProcessor(UserProcessor<?> processor, ConcurrentHashMap<String,UserProcessor<?>> userProcessors)
processor - the processor need to be registereduserProcessors - the map of user processorsCopyright © 2020. All rights reserved.