Uses of Interface
org.glassfish.hk2.api.messaging.Topic
Packages that use Topic
Package
Description
-
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 TypeMethodDescriptionvoid
TopicDistributionService.distributeMessage
(Topic<?> topic, Object message) Must distribute the message to all of the matching topic subscribers. -
Uses of Topic in org.glassfish.hk2.extras.events
Methods in org.glassfish.hk2.extras.events with parameters of type TopicModifier and TypeMethodDescriptionvoid
DefaultTopicDistributionErrorService.subscribersFailed
(Topic<?> topic, Object message, MultiException error) This method will be called once perpublish(Object)
call after the message has been distributed to all subscribers. -
Uses of Topic in org.glassfish.hk2.extras.events.internal
Methods in org.glassfish.hk2.extras.events.internal with parameters of type TopicModifier and TypeMethodDescriptionvoid
DefaultTopicDistributionService.distributeMessage
(Topic<?> topic, Object message) DefaultTopicDistributionService.handleDescriptorToClass
(ActiveDescriptor<?> descriptor, Class<?> clazz, Type eventType, Topic<?> topic) -
Uses of Topic in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement TopicMethods in org.jvnet.hk2.internal that return Topic