Package org.atmosphere.annotation
Class AsyncSupportServiceProcessor
java.lang.Object
org.atmosphere.annotation.AsyncSupportServiceProcessor
- All Implemented Interfaces:
Processor<AsyncSupport<AtmosphereResource>>
@AtmosphereAnnotation(AsyncSupportService.class)
public class AsyncSupportServiceProcessor
extends Object
implements Processor<AsyncSupport<AtmosphereResource>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtmosphereFramework framework, Class<AsyncSupport<AtmosphereResource>> annotatedClass) Invoked by theAnnotationHandlerwhen an annotation is detected.
-
Constructor Details
-
AsyncSupportServiceProcessor
public AsyncSupportServiceProcessor()
-
-
Method Details
-
handle
public void handle(AtmosphereFramework framework, Class<AsyncSupport<AtmosphereResource>> annotatedClass) Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<AsyncSupport<AtmosphereResource>>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-