Class DefaultTopicDistributionService.SubscriberInfo

    • Constructor Summary

      Constructors 
      Modifier Constructor 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • method

        private final java.lang.reflect.Method method
      • targets

        private final java.util.LinkedList<java.lang.ref.WeakReference<java.lang.Object>> targets
      • eventType

        private final java.lang.reflect.Type eventType
      • eventQualifiers

        private final java.util.Set<java.lang.annotation.Annotation> eventQualifiers
      • otherInjectees

        private final InjecteeImpl[] otherInjectees
    • Constructor Detail

      • SubscriberInfo

        private SubscriberInfo​(java.lang.reflect.Method method,
                               java.lang.reflect.Type eventType,
                               java.util.Set<java.lang.annotation.Annotation> eventQualifiers,
                               Unqualified unqualified,
                               InjecteeImpl[] otherInjectees)