Class AtmosphereInterceptorServiceProcessor

java.lang.Object
org.atmosphere.annotation.AtmosphereInterceptorServiceProcessor
All Implemented Interfaces:
Processor<AtmosphereInterceptor>

@AtmosphereAnnotation(AtmosphereInterceptorService.class) public class AtmosphereInterceptorServiceProcessor extends Object implements Processor<AtmosphereInterceptor>
Processes AtmosphereInterceptorService annotations. Registers the annotated AtmosphereInterceptor with the AtmosphereFramework via a deferred startup hook.