@AtmosphereAnnotation(value=StompEndpoint.class) public class StompEndpointProcessor extends Object implements org.atmosphere.annotation.Processor<Object>
This processor handles classes annotated with StompEndpoint. Any annotated class should provides several
methods annotated with StompService. Each annotated method should point to a different
StompService.destination().
When a method is discovered, an StompSendActionAtmosphereHandler is associated to it. Moreover, this processor
creates a mapping for a Broadcaster which corresponds to the value returned by
StompService.destination().
By adding those new handlers to the AtmosphereFramework,
the StompInterceptor will be able to find the appropriate method to invoke when
reading the destination in frames.
| Constructor and Description |
|---|
StompEndpointProcessor() |
Copyright © 2014. All Rights Reserved.