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