Skip to content

Manage Installed Services

Guillaume DROUET edited this page Jun 22, 2014 · 2 revisions

Atmosphere comes with several services (interceptors, broadcaster, broadcaster cache, filters, etc). Sometime, default services are not required for your application and/or you need to install default one. This topic focuses on configurations points that help you to deal with installed services.

XML configuration

Key parameters should be kept in mind when configuring atmosphere with xml:

  • Auto detect broadcaster: by default, broadcaster provided by plugins are scanned (hazelcast, redis, rmi, etc). If you don't use one of them, you can disabled it.
  • Disable default interceptor: by default, many interceptors are installed by default. You can install some of them manually when you configured atmosphere to not install them by default.
  • Disable interceptors: You can exclude some default interceptors from installation step.
  • Install broadcast filters: you can install manually any broadcast filter by specifying the class name.
  • Install broadcast cache: you can install manually any broadcaster cache by specifying the class name.
  • Install broadcaster: you can install manually any broadcaster by specifying the class name.
  • Install broadcaster factory: you can install manually any broadcaster factory by specifying the class name.

Step by Step Tutorials

Concepts & Architecture

15 Minutes Tutorial

Advanced Topics

API

Known WebServer Issues

References

External Documentations

githalytics.com alpha

Clone this wiki locally