@AtmosphereAnnotation(value=BroadcasterCacheService.class) public class BroadcasterCacheServiceProcessor extends Object implements Processor<BroadcasterCache>
| Constructor and Description |
|---|
BroadcasterCacheServiceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AtmosphereFramework framework,
Class<BroadcasterCache> annotatedClass)
Invoked by the
AnnotationHandler when an annotation is detected. |
public void handle(AtmosphereFramework framework, Class<BroadcasterCache> annotatedClass)
ProcessorAnnotationHandler when an annotation is detected.handle in interface Processor<BroadcasterCache>framework - the AtmosphereFrameworkannotatedClass - the annotated classes.Copyright © 2016. All rights reserved.