Package org.atmosphere.annotation
Class MeteorServiceProcessor
- java.lang.Object
-
- org.atmosphere.annotation.MeteorServiceProcessor
-
- All Implemented Interfaces:
Processor<jakarta.servlet.Servlet>
@AtmosphereAnnotation(MeteorService.class) public class MeteorServiceProcessor extends java.lang.Object implements Processor<jakarta.servlet.Servlet>
-
-
Constructor Summary
Constructors Constructor Description MeteorServiceProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(AtmosphereFramework framework, java.lang.Class<jakarta.servlet.Servlet> annotatedClass)Invoked by theAnnotationHandlerwhen an annotation is detected.
-
-
-
Method Detail
-
handle
public void handle(AtmosphereFramework framework, java.lang.Class<jakarta.servlet.Servlet> annotatedClass)
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<jakarta.servlet.Servlet>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-
-