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