Class OnMessage<T>

All Implemented Interfaces:
AtmosphereHandler, AtmosphereServletProcessor

public abstract class OnMessage<T> extends AbstractReflectorAtmosphereHandler
Simple AtmosphereHandler that must be used with the AtmosphereResourceLifecycleInterceptor and BroadcastOnPostAtmosphereInterceptor to reduce the handling of the suspend/resume/disconnect and broadcast operation.

You can also safely used this class with BroadcasterCache. method

Author:
Jeanfrancois Arcand