Package org.glassfish.hk2.api.messaging


package org.glassfish.hk2.api.messaging
  • Class
    Description
    This qualifier must be placed on any hk2 descriptor that can receive messages.
    This annotation is put onto one parameter of a method to indicate that this method should be called whenever a Topic sends a message.
    This service is used for publishing events to subscribers.
    This service is responsible for distributing messages to Topic subscribers