| Modifier and Type | Method and Description |
|---|---|
Set<Annotation> |
getTopicQualifiers() |
Type |
getTopicType() |
Topic<T> |
named(String name) |
<U> Topic<U> |
ofType(Type type) |
void |
publish(T message) |
Topic<T> |
qualifiedWith(Annotation... qualifiers) |
public Topic<T> qualifiedWith(Annotation... qualifiers)
qualifiedWith in interface Topic<T>public Type getTopicType()
getTopicType in interface Topic<T>public Set<Annotation> getTopicQualifiers()
getTopicQualifiers in interface Topic<T>Copyright © 2009-2017 Oracle Corporation. All Rights Reserved.