Interface AtmosphereObjectFactory<Z>

All Superinterfaces:
AtmosphereConfigAware
All Known Implementing Classes:
AtmosphereFramework.DefaultAtmosphereObjectFactory, InjectableObjectFactory

public interface AtmosphereObjectFactory<Z> extends AtmosphereConfigAware
Customization point for Atmosphere to instantiate classes. Useful when using a DI framework.
Author:
Norman Franke, Jeanfrancois Arcand