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