I am using Atmosphere framework and it looks in the newest version(s) of the library the method:
BroadcasterFactory.getDefault()
is depricated. (and this method was essentially used everywhere and I cannot find an example how to use the new "way" )
The javadoc states :
@deprecated Use {@link org.atmosphere.cpr.AtmosphereConfig#resourcesFactory()}
However I cannot find a single documentation how to get the AtmosphereConfig to be able to get the resourceFactory (which is an instance method).
Can someone tell me how to get the config .. or the AtmosphereFramework object itself from which I can get the config or any example which is up2date ?