Uses of Interface
org.glassfish.hk2.api.messaging.Topic
-
Packages that use Topic Package Description org.glassfish.hk2.api.messaging org.glassfish.hk2.extras.events org.glassfish.hk2.extras.events.internal org.jvnet.hk2.internal -
-
Uses of Topic in org.glassfish.hk2.api.messaging
Methods in org.glassfish.hk2.api.messaging that return Topic Modifier and Type Method Description Topic<T>Topic. named(java.lang.String name)Returns an Topic that is further qualified with the given name<U> Topic<U>Topic. ofType(java.lang.reflect.Type type)Returns an Topic that is of the given type.Topic<T>Topic. qualifiedWith(java.lang.annotation.Annotation... qualifiers)A set of qualifiers to further restrict this Topic to.Methods in org.glassfish.hk2.api.messaging with parameters of type Topic Modifier and Type Method Description voidTopicDistributionService. distributeMessage(Topic<?> topic, java.lang.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 Topic Modifier and Type Method Description voidDefaultTopicDistributionErrorService. subscribersFailed(Topic<?> topic, java.lang.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 Topic Modifier and Type Method Description voidDefaultTopicDistributionService. distributeMessage(Topic<?> topic, java.lang.Object message)private java.util.List<DefaultTopicDistributionService.FireResults>DefaultTopicDistributionService. handleDescriptorToClass(ActiveDescriptor<?> descriptor, java.lang.Class<?> clazz, java.lang.reflect.Type eventType, Topic<?> topic) -
Uses of Topic in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement Topic Modifier and Type Class Description classTopicImpl<T>Methods in org.jvnet.hk2.internal that return Topic Modifier and Type Method Description Topic<T>TopicImpl. named(java.lang.String name)<U> Topic<U>TopicImpl. ofType(java.lang.reflect.Type type)Topic<T>TopicImpl. qualifiedWith(java.lang.annotation.Annotation... qualifiers)
-