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