private static class DefaultTopicDistributionService.SubscriberInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Set<java.lang.annotation.Annotation> |
eventQualifiers |
private java.lang.reflect.Type |
eventType |
private java.lang.reflect.Method |
method |
private InjecteeImpl[] |
otherInjectees |
private java.util.LinkedList<java.lang.ref.WeakReference<java.lang.Object>> |
targets |
private Unqualified |
unqualified |
Modifier | Constructor and Description |
---|---|
private |
SubscriberInfo(java.lang.reflect.Method method,
java.lang.reflect.Type eventType,
java.util.Set<java.lang.annotation.Annotation> eventQualifiers,
Unqualified unqualified,
InjecteeImpl[] otherInjectees) |
private final java.lang.reflect.Method method
private final java.util.LinkedList<java.lang.ref.WeakReference<java.lang.Object>> targets
private final java.lang.reflect.Type eventType
private final java.util.Set<java.lang.annotation.Annotation> eventQualifiers
private final Unqualified unqualified
private final InjecteeImpl[] otherInjectees
private SubscriberInfo(java.lang.reflect.Method method, java.lang.reflect.Type eventType, java.util.Set<java.lang.annotation.Annotation> eventQualifiers, Unqualified unqualified, InjecteeImpl[] otherInjectees)