org.atmosphere.config.service
Annotation Type AtmosphereInterceptorService


@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.

Author:
Jeanfrancois Arcand



Copyright © 2014. All Rights Reserved.