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