Package | Description |
---|---|
org.glassfish.hk2.api.messaging |
Modifier and Type | Method and Description |
---|---|
Topic<T> |
Topic.named(String name)
Returns an Topic that is further qualified
with the given name
|
<U> Topic<U> |
Topic.ofType(Type type)
Returns an Topic that is of the given type.
|
Topic<T> |
Topic.qualifiedWith(Annotation... qualifiers)
A set of qualifiers to further restrict this Topic to.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicDistributionService.distributeMessage(Topic<?> topic,
Object message)
Must distribute the message to all of the matching topic subscribers.
|
Copyright © 2009–2019 Oracle Corporation. All rights reserved.