org.atmosphere.inject
Interface Injectable<T>

All Known Implementing Classes:
AtmosphereConfigInjectable, AtmosphereFrameworkInjectable, AtmosphereResourceFactoryInjectable, AtmosphereResourceSessionFactoryInjectable, BroadcasterFactoryInjectable, MetaBroadcasterInjectable

public interface Injectable<T>


Method Summary
 T injectable(AtmosphereConfig config)
           
 boolean supportedType(Type type)
           
 

Method Detail

supportedType

boolean supportedType(Type type)

injectable

T injectable(AtmosphereConfig config)


Copyright © 2015. All Rights Reserved.