Package org.atmosphere.annotation
Class RoomServiceProcessor
java.lang.Object
org.atmosphere.annotation.RoomServiceProcessor
@AtmosphereAnnotation(RoomService.class)
public class RoomServiceProcessor
extends Object
implements Processor<Object>
Processes
RoomService annotations. Sets up a ManagedAtmosphereHandler
for the annotated class and creates the corresponding Room via the framework's
RoomManager.- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtmosphereFramework framework, Class<Object> annotatedClass) Invoked by theAnnotationHandlerwhen an annotation is detected.
-
Constructor Details
-
RoomServiceProcessor
public RoomServiceProcessor()
-
-
Method Details
-
handle
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<Object>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-