@AtmosphereAnnotation(value=AtmosphereHandlerService.class) public class AtmosphereHandlerServiceProcessor extends Object implements Processor<AtmosphereHandler>
| Constructor and Description |
|---|
AtmosphereHandlerServiceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AtmosphereFramework framework,
Class<AtmosphereHandler> annotatedClass)
Invoked by the
AnnotationHandler when an annotation is detected. |
public void handle(AtmosphereFramework framework, Class<AtmosphereHandler> annotatedClass)
ProcessorAnnotationHandler when an annotation is detected.handle in interface Processor<AtmosphereHandler>framework - the AtmosphereFrameworkannotatedClass - the annotated classes.Copyright © 2016. All rights reserved.