Package org.atmosphere.config.service
Annotation Type AtmosphereInterceptorService
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface AtmosphereInterceptorServiceAn annotation for telling Atmosphere whichAtmosphereInterceptorclass to use by default. A class annotated with this annotation will be invoked during theAtmosphereConfig.startupHook(org.atmosphere.cpr.AtmosphereConfig.StartupHook)execution. Thus, do not invoke that method from anAtmosphereConfigAware.configure(org.atmosphere.cpr.AtmosphereConfig)to avoid unpredictable behaviors.- Author:
- Jeanfrancois Arcand