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