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