|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface AtmosphereInterceptorService
An annotation for telling Atmosphere which AtmosphereInterceptor class to use by default.
A class annotated with this annotation will be invoked during the AtmosphereConfig.startupHook(org.atmosphere.cpr.AtmosphereConfig.StartupHook)
execution. Thus, do not invoke that method from an AtmosphereInterceptor.configure(org.atmosphere.cpr.AtmosphereConfig) to avoid unpredictable behaviors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||