|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface ManagedService
A Meta annotation that configure Atmosphere with
HeaderBroadcasterCachefor caching message. AtmosphereResourceLifecycleInterceptor for managing the connection lifecycleBroadcastOnPostAtmosphereInterceptor for pushing messages to suspended connectionTrackMessageSizeInterceptor for making sure messages are delivered entirelyHeartbeatInterceptor for keeping the connection activeAtmosphereHandler is the same as doing:
- Author:
- Jeanfrancois Arcand
Optional Element Summary Class<? extends AtmosphereResourceEventListener>[]listeners
AddAtmosphereResourceEventListenerto track internal events.Stringpath
The mapping path, or context-root used to map this AtmosphereHandlerpath
public abstract String path
- The mapping path, or context-root used to map this AtmosphereHandler
- Returns:
- mapping path, or context-root used to map this AtmosphereHandler
- Default:
- "/"
listeners
public abstract Class<? extends AtmosphereResourceEventListener>[] listeners
- Add
AtmosphereResourceEventListenerto track internal events.
- Default:
- {}
Overview Package Class Use Tree Deprecated Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: REQUIRED | OPTIONAL DETAIL: ELEMENT
Copyright © 2013. All Rights Reserved.