Uses of Interface
org.glassfish.hk2.api.messaging.Topic
Packages that use Topic
-
Uses of Topic in org.glassfish.hk2.api.messaging
Methods in org.glassfish.hk2.api.messaging that return TopicModifier and TypeMethodDescriptionReturns an Topic that is further qualified with the given name<U> Topic<U>Returns an Topic that is of the given type.Topic.qualifiedWith(Annotation... qualifiers) A set of qualifiers to further restrict this Topic to.Methods in org.glassfish.hk2.api.messaging with parameters of type TopicModifier and TypeMethodDescriptionvoidTopicDistributionService.distributeMessage(Topic<?> topic, Object message) Must distribute the message to all of the matching topic subscribers.