Package org.glassfish.hk2.api.messaging
-
Interface Summary 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 Types Summary 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.