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