Package org.atmosphere.annotation


package org.atmosphere.annotation
  • Class
    Description
    Suspend the response and use the Broadcaster associated with HeaderConfig.X_ATMOSPHERE_TRACKING_ID to publish the result.
    Broadcast to all suspended response the value of the method annotated with this annotation.
    Defines an annotation that can be used to add clustering support when a Broadcaster is used.
    When a method is annotated with this annotation, the returned value of the method will be broadcasted to the passed value, e.g the associated Broadcaster.broadcast(Object) will be invoked.
    Resume a suspended response.
    Schedule periodic broadcast operations to the set of suspended response.
    Subscribe to the "value", or topic.
    Suspend the underlying response.