| Interface | Description |
|---|---|
| Topic<T> |
This service is used for publishing events to subscribers.
|
| TopicDistributionService |
This service is responsible for distributing messages to Topic subscribers
|
| Annotation Type | Description |
|---|---|
| MessageReceiver |
This qualifier must be placed on any hk2 descriptor that can
receive messages.
|
| SubscribeTo |
This annotation is put onto one parameter of a method to indicate that
this method should be called whenever a Topic sends a message.
|
Copyright © 2009–2019 Oracle Corporation. All rights reserved.