Class AtmosphereServiceProcessor

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

@AtmosphereAnnotation(AtmosphereService.class) public class AtmosphereServiceProcessor extends Object implements Processor<Object>
Processes AtmosphereService annotations. Registers the annotated class as an AtmosphereHandler with path mapping, broadcaster configuration, broadcast filters, interceptors, event listeners, and optional servlet dispatch proxying.