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