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