Package org.atmosphere.config.service
Annotation Type Ready
-
@Retention(RUNTIME) @Target(METHOD) public @interface ReadyUse this annotation with theManagedServiceannotation. A method annotated with this annotation will be invoked when the connection has been suspended and ready.- Author:
- Jeanfrancois Arcand
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<? extends Encoder>[]encodersA list ofEncoderReady.DELIVER_TOvalueDeprecated.
-
-
-
Element Detail
-
value
Ready.DELIVER_TO value
Deprecated.UseDeliverToannotation instead.- Default:
- org.atmosphere.config.service.Ready.DELIVER_TO.RESOURCE
-
-