Annotation Type Ready


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Ready
    Use this annotation with the ManagedService annotation. A method annotated with this annotation will be invoked when the connection has been suspended and ready.
    Author:
    Jeanfrancois Arcand
    • Element Detail

      • value

        Ready.DELIVER_TO value
        Deprecated.
        Use DeliverTo annotation instead.
        Default:
        org.atmosphere.config.service.Ready.DELIVER_TO.RESOURCE
      • encoders

        java.lang.Class<? extends Encoder<?,​?>>[] encoders
        A list of Encoder
        Default:
        {}