com.jdon.container.annotation.type
类 ConsumerLoader
java.lang.Object
com.jdon.container.annotation.type.ConsumerLoader
public class ConsumerLoader
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final String module
TOPICNAME
public static final String TOPICNAME
- 另请参见:
- 常量字段值
TOPICNAME2
public static final String TOPICNAME2
- 另请参见:
- 常量字段值
ConsumerLoader
public ConsumerLoader(AnnotationScaner annotationScaner)
loadAnnotationConsumers
public void loadAnnotationConsumers(AnnotationHolder annotationHolder,
AppContextWrapper context,
ContainerWrapper containerWrapper)
createAnnotationConsumerClass
public void createAnnotationConsumerClass(String className,
AnnotationHolder annotationHolder,
ContainerWrapper containerWrapper)
loadMehtodAnnotations
public void loadMehtodAnnotations(Class cclass,
ContainerWrapper containerWrapper)
- add the class to consumers annotated with @OnEvent
- 参数:
cclass - containerWrapper -
getContainerConsumers
public Collection<String> getContainerConsumers(String topicKey,
ContainerWrapper containerWrapper)
createNewSet
protected TreeSet createNewSet()
implementsInterface
public Boolean implementsInterface(Class cclass,
Class interf)
getConsumerName
protected String getConsumerName(Class cclass)
Copyright © 2013. All Rights Reserved.