org.atmosphere.config.service
Annotation Type Ready


@Retention(value=RUNTIME)
@Target(value=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

Optional Element Summary
 Class<? extends Encoder>[] encoders
          A list of Encoder
 

encoders

public abstract Class<? extends Encoder>[] encoders
A list of Encoder

Default:
{}


Copyright © 2014. All Rights Reserved.